summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-07-09 16:27:17 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-07-09 16:27:17 +0200
commit6f4f2c50cdae99aeda006d9289557c4c3a20a98a (patch)
tree1cdafd40aab0631273f5d1aa26a178b82bc52eb0
parent6fe653ff2444702d6a1d08cb47c5357219a230ca (diff)
downloadATCD-6f4f2c50cdae99aeda006d9289557c4c3a20a98a.tar.gz
Log the reply_status to indicate what we received
* TAO/tao/DynamicInterface/Request.cpp:
-rw-r--r--TAO/tao/DynamicInterface/Request.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/DynamicInterface/Request.cpp b/TAO/tao/DynamicInterface/Request.cpp
index 359589118cf..71e69be6eb1 100644
--- a/TAO/tao/DynamicInterface/Request.cpp
+++ b/TAO/tao/DynamicInterface/Request.cpp
@@ -381,7 +381,7 @@ CORBA::Request::handle_response (TAO_InputCDR &incoming,
default:
// @@ (JP) Don't know what to do about any of these yet.
TAOLIB_ERROR ((LM_ERROR,
- ACE_TEXT ("TAO (%P|%t) - Request::handle_response, unhandled reply status\n")));
+ ACE_TEXT ("TAO (%P|%t) - Request::handle_response, unhandled reply status %d\n"), reply_status));
}
}