diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-02-17 01:02:17 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-02-17 01:02:17 +0000 |
commit | 83379a56bcf820a1b7b9974ec89c59915f1816d8 (patch) | |
tree | db2393337b28f0d06437fd2da365060a11a2e112 /ace/Log_Msg.h | |
parent | c685695d30d92cc376ab180641e5faf73cd2b8c1 (diff) | |
download | ATCD-83379a56bcf820a1b7b9974ec89c59915f1816d8.tar.gz |
foo
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r-- | ace/Log_Msg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h index 3dc046aed3e..09bbc6c328e 100644 --- a/ace/Log_Msg.h +++ b/ace/Log_Msg.h @@ -28,7 +28,7 @@ #define ACE_ASSERT(X) \ do { if(!(X)) { int __ace_error = errno; ACE_Log_Msg *ace___ = ACE_Log_Msg::instance (); \ ace___->set (__FILE__, __LINE__, -1, __ace_error, ace___->restart (), ace___->msg_ostream ()); \ - ace___->log (LM_ERROR, "ACE_ASSERT: file %N, line %l assertion failed for '%s'.%a\n", #X, -1); \ + ace___->log (LM_ERROR, "(%P|%t) ACE_ASSERT: file %N, line %l assertion failed for '%s'.%a\n", #X, -1); \ } } while (0) #endif /* ACE_NDEBUG */ |