plugins/mod_proxy65.lua

changeset 2272
9c3564117b24
parent 2249
6e0c861dc61f
child 2273
b98b29f614ae
--- 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

mercurial