We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f88310 commit 5f184d3Copy full SHA for 5f184d3
cgi-bin/page.fcgi
@@ -469,7 +469,7 @@ sub doit
469
if($@) {
470
$logger->warn("$display_module->new(): $@");
471
}
472
- $logger->info("Unknown page $page");
+ $logger->notice("Can't instantiate page $page");
473
$invalidpage = 1;
474
if($info->status() == 200) {
475
$info->status(404);
0 commit comments