diff options
Diffstat (limited to 'TAO/examples/Load_Balancing_persistent/Identity_Client.cpp')
-rwxr-xr-x | TAO/examples/Load_Balancing_persistent/Identity_Client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/Load_Balancing_persistent/Identity_Client.cpp b/TAO/examples/Load_Balancing_persistent/Identity_Client.cpp index 30843517ebf..28393e21375 100755 --- a/TAO/examples/Load_Balancing_persistent/Identity_Client.cpp +++ b/TAO/examples/Load_Balancing_persistent/Identity_Client.cpp @@ -114,8 +114,8 @@ Identity_Client::run (CORBA::Environment &ACE_TRY_ENV) if (obj.in () == 0) ACE_ERROR_RETURN ((LM_ERROR, - ASYS_TEXT ("(%N|%l) <ERROR> [Identity_Client::run] \n"), - ASYS_TEXT ("factory_resolve \n")), + ACE_TEXT ("(%N|%l) <ERROR> [Identity_Client::run] \n"), + ACE_TEXT ("factory_resolve \n")), -1); Load_Balancer::Object_Group_Factory_var factory = |