From 756b7ebef2cd1f754a8b1f2a88d9eb1993210ae9 Mon Sep 17 00:00:00 2001 From: Hirofumi Kosaka Date: Fri, 6 Nov 2015 12:31:36 +0900 Subject: [PATCH] Fixed a typo (comment mark) of last commit. --- pandora_server/util/pandora_db.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'});