diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2026-07-25 08:55:42 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2026-07-25 08:55:42 -0300 |
| commit | aef5e1605a25c891b4d648ffc87a6da556077e2e (patch) | |
| tree | fcf2a9269b3e291772b4be3dd426f31b1091524e /src | |
| parent | f1c839fe7c0334fa036549a641487f21205d0129 (diff) | |
| download | login-aef5e1605a25c891b4d648ffc87a6da556077e2e.tar.gz login-aef5e1605a25c891b4d648ffc87a6da556077e2e.zip | |
Diffstat (limited to 'src')
| -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; |
