summaryrefslogtreecommitdiff
path: root/ace/Log_Record.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-02 09:32:53 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1996-12-02 09:32:53 +0000
commitd7dfba9c1b888ab386ff94359c796c0cf94740a4 (patch)
tree179f2aa355c177e12da9ae518427e18cef639ccb /ace/Log_Record.cpp
parent7cc2109424d980503b8af5a9115e4ee7b1bbde4e (diff)
downloadATCD-d7dfba9c1b888ab386ff94359c796c0cf94740a4.tar.gz
foo
Diffstat (limited to 'ace/Log_Record.cpp')
-rw-r--r--ace/Log_Record.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Log_Record.cpp b/ace/Log_Record.cpp
index 075372c1013..a463981014f 100644
--- a/ace/Log_Record.cpp
+++ b/ace/Log_Record.cpp
@@ -15,7 +15,7 @@ ACE_Log_Record::dump (void) const
ACE_DEBUG ((LM_DEBUG, "type_ = %d\n", this->type_));
ACE_DEBUG ((LM_DEBUG, "\nlength_ = %d\n", this->length_));
ACE_DEBUG ((LM_DEBUG, "\ntime_stamp_ = (%d, %d)\n", this->time_stamp_.sec (), this->time_stamp_.usec ()));
- ACE_DEBUG ((LM_DEBUG, "\npid_ = %s\n", this->pid_));
+ ACE_DEBUG ((LM_DEBUG, "\npid_ = %d\n", this->pid_));
ACE_DEBUG ((LM_DEBUG, "\nmsg_data_ = %s\n", this->msg_data_));
ACE_DEBUG ((LM_DEBUG, ACE_END_DUMP));
}