mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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:
parent
2b1beb5248
commit
2569e186ad
@ -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
|
||||
|
@ -594,7 +594,7 @@ sub pandora_get_planned_downtime_id ($$) {
|
||||
# log wrapper
|
||||
###############################################################################
|
||||
sub print_log ($) {
|
||||
my $msg = $@;
|
||||
my ($msg) = @_;
|
||||
|
||||
print $msg; # show message
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user