# HG changeset patch # User Matthew Wild # Date 1259698027 0 # Node ID 9c3564117b246e1dc41ae80627772b2b79d0779e # Parent a6d69f00a509d45311a6558968cdd8c622f4c15b mod_proxy65: Fix log:module -> module:log :) diff -r a6d69f00a509 -r 9c3564117b24 plugins/mod_proxy65.lua --- a/plugins/mod_proxy65.lua Tue Dec 01 19:57:54 2009 +0000 +++ b/plugins/mod_proxy65.lua Tue Dec 01 20:07:07 2009 +0000 @@ -83,7 +83,7 @@ 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