summaryrefslogtreecommitdiff
path: root/ACE/ace/Object_Manager_Base.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-12-19 14:17:22 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-12-19 14:17:22 +0000
commit3fd5873faf52498129dab8b4f457568876a0c3b9 (patch)
tree9c256b381be737fce936eec537d5d736f9085877 /ACE/ace/Object_Manager_Base.cpp
parentac1fd40a6a017d2c27475085e5ab5fec575796d8 (diff)
downloadATCD-3fd5873faf52498129dab8b4f457568876a0c3b9.tar.gz
Tue Dec 19 14:17:00 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Object_Manager_Base.cpp')
-rw-r--r--ACE/ace/Object_Manager_Base.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Object_Manager_Base.cpp b/ACE/ace/Object_Manager_Base.cpp
index 0f5b350bcef..d79791311f2 100644
--- a/ACE/ace/Object_Manager_Base.cpp
+++ b/ACE/ace/Object_Manager_Base.cpp
@@ -407,7 +407,7 @@ ACE_OS_Object_Manager::print_error_message (unsigned int line_number,
{
// To avoid duplication of these const strings in OS.o.
#if !defined (ACE_HAS_WINCE)
- fprintf (stderr, "ace/OS.cpp, line %u: %s ",
+ fprintf (stderr, "ace/Object_Manager_Base.cpp, line %u: %s ",
line_number,
ACE_TEXT_ALWAYS_CHAR (message));
perror ("failed");