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)
committerGalen Charlton <galen.charlton@liblime.com>
Thu, 11 Dec 2008 15:23:28 +0000 (09:23 -0600)
commit086b3ccf9a6b4ed1e48c572e47caeb9508a883bf
tree9bfc06aaf00f6accfc58b5687609609dca38bd26
parente23ae31699977ddaad759fdd6ffc66d26a5ba75a
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: Galen Charlton <galen.charlton@liblime.com>
misc/migration_tools/rebuild_zebra.pl