diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2018-12-04 12:06:15 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2018-12-04 12:06:15 +0100 |
commit | 0c62602a2fca96d202998151f57c3ddf2ed35f28 (patch) | |
tree | e96d5d6822c8520265570c77c0bb0bb1f63422a0 /TAO/tao/Messaging | |
parent | 88084b099ceba7bea4246f990b6e421833d7c21b (diff) | |
download | ATCD-0c62602a2fca96d202998151f57c3ddf2ed35f28.tar.gz |
Const enhancements and log where we get the exception during the reply handler so that we can better follow an error case in a log file
* TAO/tao/DynamicInterface/DII_Reply_Dispatcher.cpp:
* TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp:
Diffstat (limited to 'TAO/tao/Messaging')
-rw-r--r-- | TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp b/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp index 3d17c8a8d35..31e20589456 100644 --- a/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp +++ b/TAO/tao/Messaging/Asynch_Reply_Dispatcher.cpp @@ -137,7 +137,7 @@ TAO_Asynch_Reply_Dispatcher::dispatch_reply (TAO_Pluggable_Reply_Params ¶ms) catch (const ::CORBA::Exception& ex) { if (TAO_debug_level >= 4) - ex._tao_print_exception ("Exception during reply handler"); + ex._tao_print_exception ("Asynch_Reply_Dispatcher::dispatch_reply, exception during reply handler"); } } |