moving debuging to INTERNAL
authormiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 21 Apr 2006 02:43:02 +0000 (02:43 +0000)
committermiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 21 Apr 2006 02:43:02 +0000 (02:43 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@702 9efc2488-bf62-4759-914b-345cdb29e865

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

index eda6cf2..075afcf 100644 (file)
@@ -557,7 +557,7 @@ sub process {
                  "Call to Client->timed_read( $timeout ) failed", ERROR );
        } elsif ( ! $val ) {
                $logger->transport( 
-                       "Call to Client->timed_read( $timeout ) returned 0 bytes of data", DEBUG );
+                       "Call to Client->timed_read( $timeout ) returned 0 bytes of data", INTERNAL );
        } elsif ( $val ) {
                $logger->transport( 
                        "Call to Client->timed_read( $timeout ) successfully returned data", INTERNAL );