From c759f748f191847c9f14af31f9cef99433f2b785 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Wed, 22 Dec 2010 09:51:34 +0000 Subject: [PATCH] 2010-12-22 Sergio Martin * util/pandora_manage.pl: Improved the end of execution message. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3677 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 5 +++++ pandora_server/util/pandora_manage.pl | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 4da5db83ab..ad900d6826 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,8 @@ +2010-12-22 Sergio Martin + + * util/pandora_manage.pl: Improved the end of execution + message. + 2010-12-20 Miguel de Dios * util/pandora_recode_db.pl: added to recode the table "tpolicy_modules". diff --git a/pandora_server/util/pandora_manage.pl b/pandora_server/util/pandora_manage.pl index 99978a3bbc..c2634f4fe2 100755 --- a/pandora_server/util/pandora_manage.pl +++ b/pandora_server/util/pandora_manage.pl @@ -1433,7 +1433,7 @@ sub pandora_manage_main ($$$) { } } - print "\n[*] Nothing to do. Exiting !\n\n"; + print "\n[*] Successful execution. Exiting !\n\n"; exit; }