summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25538a5f575..7906c296347 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Wed Apr 27 14:29:03 2005 J.T. Conklin <jtc@acorntoolworks.com>
+
+ * ace/Log_Msg.cpp (ACE_Log_Msg::log_hexdump):
+
+ Check log priority before allocating message buffer and
+ formatting message, an unnecessary expense if the message isn't
+ going to be output. Thanks to < joez at datawire dot net > for
+ reporting this problem.
+
Wed Apr 27 20:25:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* examples/Reactor/Misc/pingpong.cpp: