From c2148616f886530652ead505e5781c1cf94199b5 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Wed, 26 Jan 2011 20:41:11 +0000 Subject: [PATCH 1/1] less output --- lib/BackupPC/Search/KinoSearch.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/BackupPC/Search/KinoSearch.pm b/lib/BackupPC/Search/KinoSearch.pm index 9b82d89..d0e7713 100644 --- a/lib/BackupPC/Search/KinoSearch.pm +++ b/lib/BackupPC/Search/KinoSearch.pm @@ -144,7 +144,7 @@ sub add_doc { sub commit { my $self = shift; $self->indexer->commit; - warn "# commit index ", dump($self->{stats}); + print STDERR "[commit]"; } sub _field_lower_upper_term { -- 2.20.1