summaryrefslogtreecommitdiff
path: root/ace/Object_Manager_Base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Object_Manager_Base.cpp')
-rw-r--r--ace/Object_Manager_Base.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Object_Manager_Base.cpp b/ace/Object_Manager_Base.cpp
index 6a2b512ef67..32d2e1f5482 100644
--- a/ace/Object_Manager_Base.cpp
+++ b/ace/Object_Manager_Base.cpp
@@ -408,7 +408,7 @@ ACE_OS_Object_Manager::print_error_message (u_int line_number,
#if !defined (ACE_HAS_WINCE)
fprintf (stderr, "ace/OS.cpp, line %u: %s ",
line_number,
- ACE_TEXT_ALWAYS_CHAR (message));
+ message);
perror ("failed");
#else
// @@ Need to use the following information.