2013-01-22 Hirofumi Kosaka <kosaka@rworks.jp>

* util/pandora_manage.pl: Fixed that pandora_manage.pl had failed to write
	logs using with pandora_log().


git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9352 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
hkosaka 2014-01-22 05:58:51 +00:00
parent 2b1beb5248
commit 2569e186ad
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-01-22 Hirofumi Kosaka <kosaka@rworks.jp>
* util/pandora_manage.pl: Fixed that pandora_manage.pl had failed to write
logs using with pandora_log().
2014-01-16 Miguel de Dios <miguel.dedios@artica.es>
* DEBIAN/make_deb_package.sh: added the patch made by

View File

@ -594,7 +594,7 @@ sub pandora_get_planned_downtime_id ($$) {
# log wrapper
###############################################################################
sub print_log ($) {
my $msg = $@;
my ($msg) = @_;
print $msg; # show message