diff options
Diffstat (limited to 'ace/Log_Msg.cpp')
-rw-r--r-- | ace/Log_Msg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Log_Msg.cpp b/ace/Log_Msg.cpp index 84ed0583f92..1283afde735 100644 --- a/ace/Log_Msg.cpp +++ b/ace/Log_Msg.cpp @@ -730,8 +730,8 @@ ACE_Log_Msg::log (const ASYS_TCHAR *format_str, type = SKIP_SPRINTF; abort_prog = 1; exit_value = va_arg (argp, int); - ACE_OS::sprintf (bp, ASYS_TEXT ("Aborting...")); - // Make sure to NULL terminate this... + ACE_OS::sprintf (bp, ASYS_TEXT ("")); // Make sure to + // NUL-terminate this... break; case 'l': ACE_OS::sprintf (bp, ASYS_TEXT ("%d"), this->linenum ()); |