summaryrefslogtreecommitdiff
path: root/TAO/tao/debug.cpp
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-03 07:04:10 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-03 07:04:10 +0000
commita8bcd9b6328eae5afdfd5f34f73f80c86d2d93e0 (patch)
tree07af17b49eca3bd04e10256a1f3491d27f6e72df /TAO/tao/debug.cpp
parent86caf0e40e4f035e4dd23f78c17ec0121279e875 (diff)
downloadATCD-a8bcd9b6328eae5afdfd5f34f73f80c86d2d93e0.tar.gz
Changed the uses of completion () to completed ()
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);