summaryrefslogtreecommitdiff
path: root/TAO/tao/SystemException.cpp
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2010-08-04 13:10:58 +0000
committermsmit <msmit@remedy.nl>2010-08-04 13:10:58 +0000
commit98b230b4f2605f39cb14341e6c995bb8c89656d2 (patch)
tree5ad051421e821cd10b4056fcec7d89ba89be38b6 /TAO/tao/SystemException.cpp
parent1380b21cc36ea611fce62c727b067886151a2781 (diff)
downloadATCD-98b230b4f2605f39cb14341e6c995bb8c89656d2.tar.gz
Wed Aug 4 13:10:21 UTC 2010 Marcel Smit <msmit@remedy.nl>
* tao/SystemException.cpp: Renamed TAO_SKIP_NEW_LINE_IN_EXCEPTION_LOGGING to TAO_SUPPRESS_NEW_LINE_IN_EXCEPTION_LOGGING.
Diffstat (limited to 'TAO/tao/SystemException.cpp')
-rw-r--r--TAO/tao/SystemException.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/SystemException.cpp b/TAO/tao/SystemException.cpp
index 8cf80decb90..48f276b0541 100644
--- a/TAO/tao/SystemException.cpp
+++ b/TAO/tao/SystemException.cpp
@@ -238,7 +238,7 @@ CORBA::SystemException::_info (void) const
ACE_CString info = "system exception, ID '";
info += this->_rep_id ();
-#if defined (TAO_SKIP_NEW_LINE_IN_EXCEPTION_LOGGING)
+#if defined (TAO_SUPPRESS_NEW_LINE_IN_EXCEPTION_LOGGING)
info += "'; ";
#else
info += "'\n";
@@ -399,7 +399,7 @@ CORBA::SystemException::_info (void) const
ACE_OS::sprintf (buffer,
"TAO exception, "
"minor code = %x (%s; %s), "
-#if defined (TAO_SKIP_NEW_LINE_IN_EXCEPTION_LOGGING)
+#if defined (TAO_SUPPRESS_NEW_LINE_IN_EXCEPTION_LOGGING)
"completed = %s; ",
#else
"completed = %s\n",
@@ -432,7 +432,7 @@ CORBA::SystemException::_info (void) const
ACE_OS::sprintf (buffer,
"OMG minor code (%d), "
"described as '%s', "
-#if defined (TAO_SKIP_NEW_LINE_IN_EXCEPTION_LOGGING)
+#if defined (TAO_SUPPRESS_NEW_LINE_IN_EXCEPTION_LOGGING)
"completed = %s; ",
#else
"completed = %s\n",
@@ -451,7 +451,7 @@ CORBA::SystemException::_info (void) const
char buffer[BUFSIZ];
ACE_OS::sprintf (buffer,
"Unknown vendor minor code id (%x), "
-#if defined (TAO_SKIP_NEW_LINE_IN_EXCEPTION_LOGGING)
+#if defined (TAO_SUPPRESS_NEW_LINE_IN_EXCEPTION_LOGGING)
"minor code = %x, completed = %s; ",
#else
"minor code = %x, completed = %s\n",