pass debug option down since we controll warn
[Biblio-RFID.git] / scripts / RFID-JSONP-server.pl
index 8d44048..1c93c2d 100755 (executable)
@@ -66,6 +66,7 @@ use lib 'lib';
 use Biblio::RFID::RFID501;
 use Biblio::RFID::Reader;
 my $rfid = Biblio::RFID::Reader->new( shift @ARGV );
+$rfid->debug( $debug );
 
 my $index_html;
 {