From 822d502c0bcd9f536356d9922f6886dbe3210ecf Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 21 Apr 2018 16:48:21 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mod_auth_custom/mod_auth_custom.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_auth_custom/mod_auth_custom.lua b/mod_auth_custom/mod_auth_custom.lua index a1e97ee..9ed34c3 100644 --- a/mod_auth_custom/mod_auth_custom.lua +++ b/mod_auth_custom/mod_auth_custom.lua @@ -26,7 +26,7 @@ function is_alias(username) if string.lower(line) == string.lower(username .. "@" .. module.host) then found = true; end end f:close(); - module:log("info", "is_alias(%s) = %d # %s", username, found, username .. "@" .. module.host); + module:log("info", "is_alias(%s) = %s # %s", username, tostring(found), username .. "@" .. module.host); return found; end -- cgit v1.2.3