summaryrefslogtreecommitdiff
path: root/ace/Log_Msg.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-02-17 01:02:17 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-02-17 01:02:17 +0000
commit83379a56bcf820a1b7b9974ec89c59915f1816d8 (patch)
treedb2393337b28f0d06437fd2da365060a11a2e112 /ace/Log_Msg.h
parentc685695d30d92cc376ab180641e5faf73cd2b8c1 (diff)
downloadATCD-83379a56bcf820a1b7b9974ec89c59915f1816d8.tar.gz
foo
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r--ace/Log_Msg.h2
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 */