small cosmetic update

This commit is contained in:
Jordi Sanfeliu 2014-06-19 09:44:02 +02:00
parent c88729b0e2
commit 2f2a801bc9
1 changed files with 1 additions and 1 deletions

View File

@ -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}) {