Fixed a typo (comment mark) of last commit.

This commit is contained in:
Hirofumi Kosaka 2015-11-06 12:31:36 +09:00
parent 38fc306741
commit d07d5a8924
1 changed files with 1 additions and 1 deletions

View File

@ -638,7 +638,7 @@ sub pandora_load_config ($) {
$conf->{'dbport'} = '3306' unless defined ($conf->{'dbport'});
$conf->{'claim_back_snmp_modules'} = '1' unless defined ($conf->{'claim_back_snmp_modules'});
// workaround for name unconsistency (corresponding entry at pandora_server.conf is 'errorlog_file')
# workaround for name unconsistency (corresponding entry at pandora_server.conf is 'errorlog_file')
$conf->{'errorlogfile'} = $conf->{'errorlog_file'};
$conf->{'errorlogfile'} = "/var/log/pandora_server.error" unless defined ($conf->{'errorlogfile'});