summaryrefslogtreecommitdiff
path: root/TAO/examples/Logging/Logging_Test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Logging/Logging_Test_i.cpp')
-rw-r--r--TAO/examples/Logging/Logging_Test_i.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/examples/Logging/Logging_Test_i.cpp b/TAO/examples/Logging/Logging_Test_i.cpp
index f0a14d4e605..2c1e443afd1 100644
--- a/TAO/examples/Logging/Logging_Test_i.cpp
+++ b/TAO/examples/Logging/Logging_Test_i.cpp
@@ -83,7 +83,7 @@ Logger_Client::init_naming_service (void)
if (my_name_client_.init (orb_.in ()) != 0)
ACE_ERROR_RETURN ((LM_ERROR,
" (%P|%t) Unable to initialize "
- "the TAO_Naming_Client. \n"),
+ "the TAO_Naming_Client.\n"),
-1);
// Resolve an instance of the Logger_Factory
@@ -194,22 +194,22 @@ Logger_Client::run (void)
// Setup the first log record
this->init_record (rec1,
Logger::LM_DEBUG,
- "log() test (1) \n");
+ "log() test (1)\n");
// Setup the second log record
this->init_record (rec2,
Logger::LM_MAX,
- "log() test (2) \n");
+ "log() test (2)\n");
// Setup the third log record
this->init_record (rec3,
Logger::LM_INFO,
- "logv() test (3) \n");
+ "logv() test (3)\n");
// Setup the fourth log record
this->init_record (rec4,
Logger::LM_EMERGENCY,
- "log_twoway() test (4) \n");
+ "log_twoway() test (4)\n");
// If debugging, output the new log records
if (TAO_debug_level > 0)