summaryrefslogtreecommitdiff
path: root/TAO/tao/debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/debug.cpp')
-rw-r--r--TAO/tao/debug.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/debug.cpp b/TAO/tao/debug.cpp
index 0873696ec93..0dd77a56140 100644
--- a/TAO/tao/debug.cpp
+++ b/TAO/tao/debug.cpp
@@ -226,9 +226,9 @@ _dmsg_x (CORBA::Environment &env,
emit_prefix (debug_stream);
ACE_OS::fprintf (debug_stream,
- "minor %#lx, completion %#lx\n",
+ "minor %#lx, completed %#lx\n",
sysex->minor (),
- (long) sysex->completion ());
+ (long) sysex->completed ());
}
funlockfile (debug_stream);