From 5831021d0f34552ecc4801608b1622a3a4c32b96 Mon Sep 17 00:00:00 2001 From: slerena Date: Fri, 16 Oct 2009 14:56:25 +0000 Subject: [PATCH] 2009-10-16 Sancho Lerena * util/pandora_server: Updated error string when service cannot startup (show both pandora_server.log and pandora_server.error) git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2028 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 5 +++++ pandora_server/util/pandora_server | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index b050628a82..e46c4b4733 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,8 @@ +2009-10-16 Sancho Lerena + + * util/pandora_server: Updated error string when service cannot startup + (show both pandora_server.log and pandora_server.error) + 2009-10-16 Ramon Novoa * lib/PandoraFMS/DataServer.pm: Do not process disabled modules. diff --git a/pandora_server/util/pandora_server b/pandora_server/util/pandora_server index 75aa4b6a99..ba9e475dbe 100755 --- a/pandora_server/util/pandora_server +++ b/pandora_server/util/pandora_server @@ -77,7 +77,7 @@ case "$1" in rc_status -v else echo "Cannot start Pandora FMS Server. Aborted." - echo "Check Pandora FMS log files at '/var/log/pandora/pandora_server.log'" + echo "Check Pandora FMS log files at '/var/log/pandora/pandora_server.error & pandora_server.log'" rc_status -s fi ;;