2010-10-25 Sergio Martin <sergio.martin@artica.es>

* util/pandora_manage.pl: Change a Warning notice to
	informative notice



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3457 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2010-10-25 15:08:27 +00:00
parent 4145a42631
commit 6a65d318a9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-10-25 Sergio Martin <sergio.martin@artica.es>
* util/pandora_manage.pl: Change a Warning notice to
informative notice
2010-10-22 Sancho Lerena <slerena@artica.es>
* Config.pm: Parsing for mta_from doesn't remove blanks, allowing to

View File

@ -1422,7 +1422,7 @@ sub pandora_manage_main ($$$) {
}
}
print "\n[W] Nothing to do. Exiting !\n\n";
print "\n[*] Nothing to do. Exiting !\n\n";
exit;
}