diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-01-29 20:12:03 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-01-29 20:12:03 +0000 |
commit | 92cdfa94884d1a6ffefe3cc08360f4c0c6893177 (patch) | |
tree | 2e75ba36eda8a291b97465aea70409469581efe8 /TAO/tao/DynamicInterface | |
parent | b50445d8482ee6a04a61823581a5ae09764567fc (diff) | |
download | ATCD-92cdfa94884d1a6ffefe3cc08360f4c0c6893177.tar.gz |
ChangeLogTag:Thu Jan 29 14:10:27 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/DynamicInterface')
-rw-r--r-- | TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp b/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp index 592582e3115..a950fb105ca 100644 --- a/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp +++ b/TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp @@ -51,7 +51,7 @@ TAO_DII_Deferred_Reply_Dispatcher::dispatch_reply ( if (TAO_debug_level > 2) ACE_ERROR (( LM_ERROR, - "TAO (%P|%t) - DII_Deferred_Reply_Dispatcher::dispatch_reply ", + "TAO (%P|%t) - DII_Deferred_Reply_Dispatcher::dispatch_reply " "clone_from failed \n")); return -1; } |