summaryrefslogtreecommitdiff
path: root/ACE/tests/OS_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-01-14 13:04:30 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-01-14 13:04:30 +0000
commit2ad17983f9ea8afb9cedc0bfeb0f54cf567f2df3 (patch)
tree44ea342435b1b99e0d60b5abe55e8a56a19f99b5 /ACE/tests/OS_Test.cpp
parent23bcb6272b8d83d1e068a5f1e870391749721cf0 (diff)
downloadATCD-2ad17983f9ea8afb9cedc0bfeb0f54cf567f2df3.tar.gz
Thu Jan 14 13:04:19 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/OS_Test.cpp: Unicode fix
Diffstat (limited to 'ACE/tests/OS_Test.cpp')
-rw-r--r--ACE/tests/OS_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/OS_Test.cpp b/ACE/tests/OS_Test.cpp
index cca9e59048a..6144e102ceb 100644
--- a/ACE/tests/OS_Test.cpp
+++ b/ACE/tests/OS_Test.cpp
@@ -931,7 +931,7 @@ strsignal_test (void)
}
else
{
- ACE_DEBUG ((LM_DEBUG, ACE_TEXT (" Sig #%d: %s\n"), i, result));
+ ACE_DEBUG ((LM_DEBUG, ACE_TEXT (" Sig #%d: %C\n"), i, result));
}
}