diff options
Diffstat (limited to 'modules/encryption/sha1.cpp')
-rw-r--r-- | modules/encryption/sha1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/encryption/sha1.cpp b/modules/encryption/sha1.cpp index ea108f49c..1dcb2dc5e 100644 --- a/modules/encryption/sha1.cpp +++ b/modules/encryption/sha1.cpp @@ -238,7 +238,7 @@ class ESHA1 : public Module Anope::string buf = "sha1:" + Anope::Hex(reinterpret_cast<const char *>(hash.first), hash.second); - Log(LOG_DEBUG_2) << "(enc_sha1) hashed password from [" << src << "] to [" << buf << "]"; + logger.Debug2("hashed password from [{0}] to [{1}]", src, buf); dest = buf; return EVENT_ALLOW; } |