summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Trading_Service/Trading_Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/Trading_Service/Trading_Server.cpp')
-rw-r--r--TAO/orbsvcs/Trading_Service/Trading_Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/Trading_Service/Trading_Server.cpp b/TAO/orbsvcs/Trading_Service/Trading_Server.cpp
index e8532920f93..b7b8853f90d 100644
--- a/TAO/orbsvcs/Trading_Service/Trading_Server.cpp
+++ b/TAO/orbsvcs/Trading_Service/Trading_Server.cpp
@@ -19,7 +19,7 @@ ACE_TMAIN (int argc, ACE_TCHAR* argv[])
trader.run ();
}
else
- ACE_ERROR_RETURN ((LM_ERROR,
+ ORBSVCS_ERROR_RETURN ((LM_ERROR,
"Failed to initialize the trader.\n"),
1);
}