summaryrefslogtreecommitdiff
path: root/ace/Module.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Module.cpp')
-rw-r--r--ace/Module.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Module.cpp b/ace/Module.cpp
index a65efe1e2e2..18a16b7841a 100644
--- a/ace/Module.cpp
+++ b/ace/Module.cpp
@@ -180,7 +180,7 @@ ACE_Module<ACE_SYNCH_USE>::ACE_Module (const char *mod_name,
this->q_pair_[1] = 0;
if (this->open (mod_name, writer_q, reader_q, args, flags) == -1)
- ACE_ERROR ((LM_ERROR, "%p\n", "ACE_Module"));
+ ACE_ERROR ((LM_ERROR, ASYS_TEXT ("%p\n"), ASYS_TEXT ("ACE_Module")));
}
template <ACE_SYNCH_DECL> int