summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-03-12 17:01:48 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-03-12 17:01:48 +0000
commitcfc6e08944509b5e221a6162702df241f62c4c66 (patch)
treeb3651abd9d31e6416c4ff08d927f8d49233f4bab /ace
parent2ed957fe63be7982cee64c33962af8c4dbcd1cd9 (diff)
downloadATCD-cfc6e08944509b5e221a6162702df241f62c4c66.tar.gz
ChangeLogTag:Wed Mar 12 08:59:18 2003 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace')
-rw-r--r--ace/Log_Msg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Log_Msg.cpp b/ace/Log_Msg.cpp
index f8901352328..9e281943124 100644
--- a/ace/Log_Msg.cpp
+++ b/ace/Log_Msg.cpp
@@ -2073,12 +2073,12 @@ ACE_Log_Msg::log_hexdump (ACE_Log_Priority log_priority,
text);
sz += ACE_OS::sprintf (msg_buf + sz,
- ACE_LIB_TEXT ("HEXDUMP %u bytes"),
+ ACE_LIB_TEXT ("HEXDUMP %lu bytes"),
size);
if (len < size)
ACE_OS::sprintf (msg_buf + sz,
- ACE_LIB_TEXT (" (showing first %u bytes)"),
+ ACE_LIB_TEXT (" (showing first %lu bytes)"),
len);
// Now print out the formatted buffer.