diff --git a/pandora_server/util/pandora_db.pl b/pandora_server/util/pandora_db.pl index 8aeaa6d429..770b3f3488 100644 --- a/pandora_server/util/pandora_db.pl +++ b/pandora_server/util/pandora_db.pl @@ -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'});