bug in rebuild_zebra verbose logging - found another print I didn't want to see all...
authorMichael Hafen <mdhafen@tech.washk12.org>
Fri, 21 Nov 2008 16:34:44 +0000 (09:34 -0700)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 10 Dec 2008 13:27:59 +0000 (14:27 +0100)
commitf4a344eb4a26c6a22669d14c2c726ce157593c14
tree7a23e1039bc0fab4f131c31552109a2fe3362949
parentf0a0952655b233f543446ea74eb7fc268d676f22
bug in rebuild_zebra verbose logging - found another print I didn't want to see all the time

Add the phrase 'if ( $verbose_logging )' to the two print statements
concerning the skipping of biblio or authority records.

I recently had to split biblio and authority index updating in my cron
script ( had some really big records so had to add the -x switch which
should only be used on biblios accourding to the help ).  So I noticed
that rebuild_zebra.pl printed messages that it was skipping biblios or
authorities.

This patch is to conditionalize those prints based on the verbose
logging switch.

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
misc/migration_tools/rebuild_zebra.pl