summaryrefslogtreecommitdiff
path: root/ACE/tests/DLL_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-05-14 10:57:36 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-05-14 10:57:36 +0000
commit5b3cbe16fe5ca51c3d38629e78d4e072735ce3b0 (patch)
treeba490ef376062d488ece7749dcf30b2f3d58d6d4 /ACE/tests/DLL_Test.cpp
parent4074b4c147a4f8f217a1492162af4100b4620279 (diff)
downloadATCD-5b3cbe16fe5ca51c3d38629e78d4e072735ce3b0.tar.gz
Diffstat (limited to 'ACE/tests/DLL_Test.cpp')
-rw-r--r--ACE/tests/DLL_Test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ACE/tests/DLL_Test.cpp b/ACE/tests/DLL_Test.cpp
index c4f59f7d6f6..4729dbb7d38 100644
--- a/ACE/tests/DLL_Test.cpp
+++ b/ACE/tests/DLL_Test.cpp
@@ -71,7 +71,8 @@ int basic_test (ACE_DLL &dll)
{
ACE_TCHAR *dll_error = dll.error ();
ACE_ERROR_RETURN ((LM_ERROR,
- ACE_TEXT ("Error in DLL Open: %s\n"),
+ ACE_TEXT ("Error in DLL Open of <%s>: %s\n"),
+ OBJ_PREFIX ACE_TEXT ("DLL_Test_Lib") OBJ_SUFFIX,
dll_error ? dll_error : ACE_TEXT ("unknown error")),
-1);
}