summaryrefslogtreecommitdiff
path: root/TAO/tao/except.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-08 19:18:32 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-08 19:18:32 +0000
commitce9f56935f4bb7bab4a29a6567f46f3ec7a5ddc0 (patch)
tree6885dc7d04d24f46d680d08e816a19e9fcb4fd02 /TAO/tao/except.cpp
parent0cc85e45c4a35fed40d656924c64d845fb4b6539 (diff)
downloadATCD-ce9f56935f4bb7bab4a29a6567f46f3ec7a5ddc0.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/except.cpp')
-rw-r--r--TAO/tao/except.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/except.cpp b/TAO/tao/except.cpp
index 706a6e84b6f..8e91e1b3736 100644
--- a/TAO/tao/except.cpp
+++ b/TAO/tao/except.cpp
@@ -449,7 +449,7 @@ CORBA::Environment::print_exception (const char *info,
ACE_DEBUG ((LM_ERROR, "(%P|%t) system exception, ID '%s'\n", id));
ACE_DEBUG ((LM_ERROR,
- "(%P|%t) minor code = %#lx, completed = %s",
+ "(%P|%t) minor code = %d, completed = %s",
x2->minor (),
(x2->completion () == CORBA::COMPLETED_YES) ? "YES" :
(x2->completion () == CORBA::COMPLETED_NO) ? "NO" :