From 1f64aa73343cd2a5e5b185b5737fec57d53e6add Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 23 Feb 2009 08:20:39 +0000 Subject: Mon Feb 23 08:16:15 UTC 2009 Johnny Willemsen --- ACE/tests/Hash_Map_Manager_Test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ACE/tests/Hash_Map_Manager_Test.cpp') diff --git a/ACE/tests/Hash_Map_Manager_Test.cpp b/ACE/tests/Hash_Map_Manager_Test.cpp index e960e127f8c..9776b7104d3 100644 --- a/ACE/tests/Hash_Map_Manager_Test.cpp +++ b/ACE/tests/Hash_Map_Manager_Test.cpp @@ -198,7 +198,7 @@ run_test (void) if (hash.bind (string_table[i].key_, string_table[i].value_) == -1) ACE_ERROR_RETURN ((LM_ERROR, - ACE_TEXT ("%p failed for %s \n"), + ACE_TEXT ("%p failed for %s\n"), ACE_TEXT ("bind"), string_table[i].key_), -1); @@ -313,7 +313,7 @@ run_test (void) if (hash.bind (string_table[i].key_, string_table[i].value_) != 0) ACE_ERROR_RETURN ((LM_ERROR, - ACE_TEXT ("%p failed for %s \n"), + ACE_TEXT ("%p failed for %s\n"), ACE_TEXT ("bind"), string_table[i].key_), -1); -- cgit v1.2.1