diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-01-30 19:08:13 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-01-30 19:08:13 +0000 |
commit | d2433919025aad6360a305a4be37e8d744327c0c (patch) | |
tree | 52ba2215e84ad186b8b46ab2fc5a72dc51281328 /ace/SSL/SSL_Context.cpp | |
parent | bc2039137f89a1860dafd09d793712053d1b1632 (diff) | |
download | ATCD-d2433919025aad6360a305a4be37e8d744327c0c.tar.gz |
ChangeLogTag:Thu Jan 30 10:34:02 2003 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/SSL/SSL_Context.cpp')
-rw-r--r-- | ace/SSL/SSL_Context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/SSL/SSL_Context.cpp b/ace/SSL/SSL_Context.cpp index 59c1dd6c90b..081ff352e93 100644 --- a/ace/SSL/SSL_Context.cpp +++ b/ace/SSL/SSL_Context.cpp @@ -425,7 +425,7 @@ ACE_SSL_Context::report_error (unsigned long error_code) (void) ::ERR_error_string (error_code, error_string); ACE_ERROR ((LM_ERROR, - ACE_TEXT ("ACE_SSL (%P|%t) error code: %u - %s\n"), + ACE_TEXT ("ACE_SSL (%P|%t) error code: %u - %C\n"), error_code, error_string)); } |