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; }