diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 1fb056b287..9dbfab0fcd 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,7 @@ +2012-02-16 Vanessa Gil + + * util/pandora_manage.pl: Modify user comment format. + 2012-02-16 Vanessa Gil * util/pandora_manage.pl: Changed user comment format. diff --git a/pandora_server/util/pandora_manage.pl b/pandora_server/util/pandora_manage.pl index 7819674e9e..bf30362022 100755 --- a/pandora_server/util/pandora_manage.pl +++ b/pandora_server/util/pandora_manage.pl @@ -2305,7 +2305,7 @@ sub cli_create_event() { } if (defined($comment) && $comment ne '') { - $comment = '-- Added comment by '.$user_name.' -- '.$comment; + $comment = '-- Added comment by '.$user_name. ' ['. localtime(time).'] --
'.$comment.'
'; } print "[INFO] Adding event '$event' for agent '$agent_name' \n\n";