diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-18 03:51:37 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-18 03:51:37 +0000 |
commit | a0a5ab621183f0511113fdc1e52f8a59b6a09be3 (patch) | |
tree | 489def2dac3b00b5d510d0c248b53367ce3b0364 /ace/Log_Msg.cpp | |
parent | ce1286e8df11451a6d016fa34e00727831dc5637 (diff) | |
download | ATCD-a0a5ab621183f0511113fdc1e52f8a59b6a09be3.tar.gz |
whoopie!!
whoopie, more new stuff, more things will break!!
Diffstat (limited to 'ace/Log_Msg.cpp')
-rw-r--r-- | ace/Log_Msg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Log_Msg.cpp b/ace/Log_Msg.cpp index 8b4cdab22a1..a50cde5b021 100644 --- a/ace/Log_Msg.cpp +++ b/ace/Log_Msg.cpp @@ -365,7 +365,7 @@ ACE_Log_Msg::log (const char *format_str, return 0; ACE_Log_Record log_record (log_priority, - ACE_OS::time ((time_t *) 0), + ACE_OS::gettimeofday (), this->getpid ()); char *bp = this->msg (); int abort_prog = 0; |