Changeset

2272:9c3564117b24

mod_proxy65: Fix log:module -> module:log :)
author Matthew Wild <mwild1@gmail.com>
date Tue, 01 Dec 2009 20:07:07 +0000
parents 2271:a6d69f00a509
children 2273:b98b29f614ae
files plugins/mod_proxy65.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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