]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/bweb/lib/Bweb.pm
Tweak add some information if joblog is missing
[bacula/bacula] / gui / bweb / lib / Bweb.pm
index e4870596b0bd908495bf56e148d4a7ffc0b994be..7e5178163673b3b815f9698df37fcfb3503b5211 100644 (file)
@@ -4616,7 +4616,9 @@ SELECT count(1) AS nbline,
 
     my $log = $self->dbh_selectrow_hashref($query);
     unless ($log) {
-        return $self->error("Can't get log for jobid $arg->{jobid}");
+        return $self->error("Can't get log for jobid $arg->{jobid}, check that
+your 'Messages' resources include 'catalog = all' and you loaded Bweb SQL
+functions in your Catalog.");
     }
     $log->{logtxt} =~ s/\0//g;
     $self->display({ lines=> $log->{logtxt},