Software /
code /
verse
Changeset
211:837cd09fcf01
plugins.jingle: Logging fix
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 14 Aug 2011 21:45:21 +0200 |
parents | 210:118da85cb3ce |
children | 212:cd2e5eef7a7a |
files | plugins/jingle.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/jingle.lua Tue Jun 07 20:29:54 2011 +0200 +++ b/plugins/jingle.lua Sun Aug 14 21:45:21 2011 +0200 @@ -263,7 +263,7 @@ local transport_tag = jingle_tag:child_with_name("transport"); self.transport:handle_accepted(transport_tag); self.transport:connect(function (conn) - print("CONNECTED (initiator)!") + self.stream:debug("CONNECTED (initiator)!") -- Connected, send file self.state = "active"; self:event("connected", conn);