diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-11-06 19:43:35 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-11-06 19:43:35 +0000 |
commit | b7a548d5159e6bc0260eedec7dbee54ad5013a3f (patch) | |
tree | e38307a487a9765d1f3dd82ae1e45989c4e737d4 /ace/Log_Msg.h | |
parent | 9a64532749afa13b87bccdde72d4937408bfa62c (diff) | |
download | ATCD-b7a548d5159e6bc0260eedec7dbee54ad5013a3f.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Log_Msg.h')
-rw-r--r-- | ace/Log_Msg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/Log_Msg.h b/ace/Log_Msg.h index ee6bcc67f97..95400c9fbad 100644 --- a/ace/Log_Msg.h +++ b/ace/Log_Msg.h @@ -324,6 +324,7 @@ public: // 'o': print as an octal number // 'P': print out the current process id // 'p': print out the appropriate errno value from sys_errlist + // 'Q': print out the uint64 number // 'r': call the function pointed to by the corresponding argument // 'R': print return status // 'S': print out the appropriate _sys_siglist entry corresponding to var-argument. |