[414] in BarnOwl Developers
[D-O-H] r547 - in trunk: . owl/perl/lib/Net/XMPP
daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:05:53 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
Date: Mon, 22 Jan 2007 19:09:53 -0500
To: dirty-owl-hackers@mit.edu
From: nelhage@MIT.EDU
Reply-To: dirty-owl-hackers@MIT.EDU
Author: nelhage
Date: 2007-01-22 19:09:53 -0500 (Mon, 22 Jan 2007)
New Revision: 547
Modified:
trunk/
trunk/owl/perl/lib/Net/XMPP/Connection.pm
Log:
r18157@phanatique: nelhage | 2007-01-22 19:09:50 -0500
Making the jabber.log ``timeout(0)'' debug messages log level 5 so our
logs are slightly less obnoxious.
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- bb873fd7-8e23-0410-944a-99ec44c633eb:/branches/owl/filter-rewrite:15925
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h/trunk:18155
+ bb873fd7-8e23-0410-944a-99ec44c633eb:/branches/owl/filter-rewrite:15925
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h/trunk:18157
Modified: trunk/owl/perl/lib/Net/XMPP/Connection.pm
===================================================================
--- trunk/owl/perl/lib/Net/XMPP/Connection.pm 2007-01-23 00:00:17 UTC (rev 546)
+++ trunk/owl/perl/lib/Net/XMPP/Connection.pm 2007-01-23 00:09:53 UTC (rev 547)
@@ -355,7 +355,7 @@
croak("There was an error in the last call to Process that you did not check for and\nhandle. You should always check the output of the Process call. If it was\nundef then there was a fatal error that you need to check. There is an error\nin your program");
}
- $self->{DEBUG}->Log1("Process: timeout($timeout)") if defined($timeout);
+ $self->{DEBUG}->Log5("Process: timeout($timeout)") if defined($timeout);
if (!defined($timeout) || ($timeout eq ""))
{