Changeset

2126:12669db7ed4a

net.server_event: Comment accidentally uncommented vdebug()
author Matthew Wild <mwild1@gmail.com>
date Sun, 22 Nov 2009 04:09:57 +0000
parents 2125:2b4f8a35e41a
children 2127:be3c906f4770
files net/server_event.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/net/server_event.lua	Sun Nov 22 04:08:11 2009 +0000
+++ b/net/server_event.lua	Sun Nov 22 04:09:57 2009 +0000
@@ -291,7 +291,7 @@
 	-- Public methods
 	function interface_mt:write(data)
 		if self.nowriting then return nil, "locked" end
-		vdebug( "try to send data to client, id/data:", self.id, data )
+		--vdebug( "try to send data to client, id/data:", self.id, data )
 		data = tostring( data )
 		local len = string_len( data )
 		local total = len + self.writebufferlen