summaryrefslogtreecommitdiff
path: root/ACE/ace/Basic_Types.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-07-31 18:23:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-07-31 18:23:50 +0000
commit7d4361e68588ce86ea329886eb3d618e8dbd3be2 (patch)
tree8b06b01347986111c082ac4884f660ab0c7ab261 /ACE/ace/Basic_Types.cpp
parent422d9012926a0cfed2fa55dbdacdc5d6c06b1805 (diff)
downloadATCD-7d4361e68588ce86ea329886eb3d618e8dbd3be2.tar.gz
Tue Jul 31 18:14:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Basic_Types.cpp')
-rw-r--r--ACE/ace/Basic_Types.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Basic_Types.cpp b/ACE/ace/Basic_Types.cpp
index ec2f73823e0..f2e055b991e 100644
--- a/ACE/ace/Basic_Types.cpp
+++ b/ACE/ace/Basic_Types.cpp
@@ -102,7 +102,7 @@ ACE_U_LongLong::as_string (ACE_TCHAR *output,
default:
{
ACE_DEBUG ((LM_DEBUG,
- ACE_LIB_TEXT ("Unsupported base = %u\n"), base));
+ ACE_TEXT ("Unsupported base = %u\n"), base));
output[0] = '\0';
}
}