added a log line that will hopefully give us more info on what appears to
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 10 Oct 2006 14:52:12 +0000 (14:52 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
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/ILS/trunk@6431 dcc99617-32d9-48b4-a31d-7c20da2025e4

OpenSRF/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;