diff options
Diffstat (limited to 'src/crypto.cc')
| -rw-r--r-- | src/crypto.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto.cc b/src/crypto.cc index 6e50b33..a8413b8 100644 --- a/src/crypto.cc +++ b/src/crypto.cc @@ -17,7 +17,7 @@ static void DumpOpenSSLErrors(const char *Where, const char *What){ } if(len > 0){ - LOG_ERR("> %*s", (int)len, str); + LOG_ERR("> %.*s", (int)len, str); } return 1; |
