mirror of https://github.com/mikaku/Monitorix.git
small cosmetic update
This commit is contained in:
parent
c88729b0e2
commit
2f2a801bc9
|
@ -575,7 +575,7 @@ create_index();
|
|||
|
||||
if(lc($config{httpd_builtin}->{enabled} eq "y")) {
|
||||
httpd_setup(\%config, $options{d});
|
||||
logger("Built-in HTTP server pid is '$config{httpd_pid}'.") if (defined($config{httpd_pid}));
|
||||
logger("Started built-in HTTP server (pid $config{httpd_pid}).") if (defined($config{httpd_pid}));
|
||||
}
|
||||
|
||||
if(!$config{global_zoom}) {
|
||||
|
|
Loading…
Reference in New Issue