Author: poeml Date: 2009-03-27 10:39:16 -0600 (Fri, 27 Mar 2009) New Revision: 6932 Modified: trunk/tools/download-redirector-v2/scanner/scanner.pl Log: scanner: fix debug message for commits during rsync scans after the commit frequency was adjusted recently Modified: trunk/tools/download-redirector-v2/scanner/scanner.pl =================================================================== --- trunk/tools/download-redirector-v2/scanner/scanner.pl 2009-03-27 13:18:57 UTC (rev 6931) +++ trunk/tools/download-redirector-v2/scanner/scanner.pl 2009-03-27 16:39:16 UTC (rev 6932) _at_@ -966,7 +966,7 @@ $name = save_file($name, $priv->{identifier}, $priv->{serverid}, $mtime, $priv->{re}); $priv->{counter}++; if (($priv->{counter} % 50) == 0) { - print "$priv->{identifier}: commit after 500 files\n" if $verbose > 1; + print "$priv->{identifier}: commit after 50 files\n" if $verbose > 1; if($do_transaction) { $dbh->commit or die "$DBI::errstr"; } _______________________________________________ Opensuse-svn mailing list Opensuse-svn_at_forge.novell.com http://forge.novell.com/mailman/listinfo/opensuse-svn _______________________________________________ mirrorbrain-commits mailing list Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/ Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on Fri Mar 27 2009 - 16:43:37 GMT
This archive was generated by hypermail 2.3.0 : Mon Feb 20 2012 - 23:47:04 GMT