added a log line that will hopefully give us more info on what appears to
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 10 Oct 2006 14:52:12 +0000 (14:52 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 10 Oct 2006 14:52:12 +0000 (14:52 +0000)
be a network error of some type, without turning the logging up

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@790 9efc2488-bf62-4759-914b-345cdb29e865

src/perlmods/OpenSRF/Transport/SlimJabber/Client.pm

index 77daf79..b61dd31 100644 (file)
@@ -267,6 +267,9 @@ sub timed_read {
                                                        "Lost jabber client in timed_read()");
                                        }
 
+                                       # XXX Change me to debug/internal at some point, this is for testing...
+                                       $logger->info("timed_read() read $n bytes of data");
+
                                        $buffer .= $t_buf;
                                        if( $n < $read_size ) {
                                                #reset_fl( $fh, $f ) if $f;