diff options
Diffstat (limited to 'tests/Future_Set_Test.cpp')
-rw-r--r-- | tests/Future_Set_Test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Future_Set_Test.cpp b/tests/Future_Set_Test.cpp index 91d917123aa..3e69cbd79db 100644 --- a/tests/Future_Set_Test.cpp +++ b/tests/Future_Set_Test.cpp @@ -588,9 +588,9 @@ main (int, ASYS_TCHAR *[]) fname.get (name); ACE_DEBUG ((LM_DEBUG, - ASYS_TEXT ("(%t) result(%u) name %u\n"), + ASYS_TEXT ("(%t) result(%u) name %s\n"), count, - (u_int) name)); + name)); } if (fseta.is_empty ()) |