--- trunk/lib/WebPAC/Store.pm 2006/10/02 09:31:25 735 +++ trunk/lib/WebPAC/Store.pm 2006/10/08 13:00:04 749 @@ -285,7 +285,7 @@ my $path = $self->{path} . "/lookup/$database/" . $args->{input} . '/' . $args->{key}; if (! -e $path) { - $log->warn("lookup $path doesn't exist, skipping"); + $log->error("lookup $path doesn't exist, lookups will be disabled. Try re-indexing $database/", $args->{input}); return; }