mod_proxy65: Fix log:module -> module:log :)
authorMatthew Wild <mwild1@gmail.com>
Tue, 1 Dec 2009 20:07:07 +0000 (20:07 +0000)
committerMatthew Wild <mwild1@gmail.com>
Tue, 1 Dec 2009 20:07:07 +0000 (20:07 +0000)
plugins/mod_proxy65.lua

index 504cfc0c587478247c3c4aac9201e5f8185d1ec7..e2cf3cd8c2ee063e2fda740b1528a554209def8c 100644 (file)
@@ -83,7 +83,7 @@ function connlistener.onincoming(conn, data)
                        end
                        conn:write(string.char(5, 0, 0, 3, sha:len()) .. sha .. string.char(0, 0)); -- VER, REP, RSV, ATYP, BND.ADDR (sha), BND.PORT (2 Byte)
                else
-                       log:module("warn", "Neither data transfer nor initial connect of a participator of a transfer.")
+                       module:log("warn", "Neither data transfer nor initial connect of a participator of a transfer.")
                        conn.close();
                end
        else