Software /
code /
prosody
Comparison
net/server_event.lua @ 3387:ebb8d0f9a177
net.server_event: Remove debug logging from dummy onstatus handler
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 17 Jul 2010 15:17:02 +0100 |
parent | 3237:721a83a3beb9 |
child | 3396:23cf369ed1c3 |
comparison
equal
deleted
inserted
replaced
3386:526b86cfbb17 | 3387:ebb8d0f9a177 |
---|---|
466 function interface_mt:ontimeout() | 466 function interface_mt:ontimeout() |
467 end | 467 end |
468 function interface_mt:ondrain() | 468 function interface_mt:ondrain() |
469 end | 469 end |
470 function interface_mt:onstatus() | 470 function interface_mt:onstatus() |
471 debug("server.lua: Dummy onstatus()") | |
472 end | 471 end |
473 end | 472 end |
474 | 473 |
475 -- End of client interface methods | 474 -- End of client interface methods |
476 | 475 |