setbuf call doesn't appear to be working...
[freeside.git] / fs_selfservice / FS-SelfService / freeside-selfservice-clientd
index 319d425..f13dd42 100644 (file)
@@ -14,10 +14,10 @@ use IO::Handle qw(_IONBF);
 use IO::Select;
 use IO::File;
 
-STDOUT->setbuf('');
+#STDOUT->setbuf('');
 
 use vars qw( $Debug );
-$Debug = 2; #2 will turn on child logging, 3 will log packet contents,
+$Debug = 3; #2 will turn on child logging, 3 will log packet contents,
             #including potentially compromising information
 
 my $socket = "/usr/local/freeside/selfservice_socket";