more opensearch fixup; bugfix for "no need to re-bootstrap"
authormiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 27 Jan 2006 17:27:01 +0000 (17:27 +0000)
committermiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 27 Jan 2006 17:27:01 +0000 (17:27 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@627 9efc2488-bf62-4759-914b-345cdb29e865

src/perlmods/OpenSRF/System.pm

index 402c93c..54f8ad6 100644 (file)
@@ -457,7 +457,7 @@ sub hupall {
 sub _log {
        my $string = shift;
        OpenSRF::Utils::Logger->debug( $string, INFO );
-       print $string . "\n";
+       #print $string . "\n";
 }
 
 # ----------------------------------------------