diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-05-12 12:01:41 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-05-12 12:01:41 +0000 |
commit | 954eaa789fdf63e752a471db709bc6c88a6bea28 (patch) | |
tree | 5fbd4b89a7921a3d4bcb437459fafadc6be69a3a /TAO/tao/Invocation_Adapter.cpp | |
parent | e91e403072f50373befda3ff7e7b15d3fba6ef89 (diff) | |
download | ATCD-954eaa789fdf63e752a471db709bc6c88a6bea28.tar.gz |
ChangeLogTag: Wed May 12 11:57:32 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Invocation_Adapter.cpp')
-rw-r--r-- | TAO/tao/Invocation_Adapter.cpp | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/TAO/tao/Invocation_Adapter.cpp b/TAO/tao/Invocation_Adapter.cpp index fef7abc868f..bbd8c68fb86 100644 --- a/TAO/tao/Invocation_Adapter.cpp +++ b/TAO/tao/Invocation_Adapter.cpp @@ -105,12 +105,11 @@ namespace TAO details.reset_reply_service_info (); if (TAO_debug_level > 2) - - { - ACE_DEBUG ((LM_DEBUG, - "TAO (%P|%t) - Invocation_Adapter::invoke_i, " - "handling forwarded locations \n")); - } + { + ACE_DEBUG ((LM_DEBUG, + "TAO (%P|%t) - Invocation_Adapter::invoke_i, " + "handling forwarded locations \n")); + } } } } |