ICU-5535 Fix documentation for --disable-tracing

X-SVN-Rev: 20751
This commit is contained in:
George Rhoten 2006-12-05 18:39:25 +00:00
parent b5244b76b4
commit 47160aaa27
2 changed files with 6 additions and 2 deletions

View File

@ -26,6 +26,12 @@
/**
* \file
* \brief C API: Definitions for ICU tracing/logging.
*
* This provides API for debugging the internals of ICU without the use of
* a traditional debugger.
*
* By default, tracing is disabled in ICU. If you need to debug ICU with
* tracing, please compile ICU with the --enable-tracing configure option.
*/
U_CDECL_BEGIN

View File

@ -252,8 +252,6 @@ static void TestTraceAPI() {
TEST_ASSERT(gTraceDataCount > 0);
TEST_ASSERT(gFnNameError == FALSE);
TEST_ASSERT(gFnFormatError == FALSE);
#else
log_info("Tracing has been disabled. Testing of this feature has been skipped.\n");
#endif
}