From 33cf99885d4b2ae54cbba4876d8c46b5c39652a3 Mon Sep 17 00:00:00 2001 From: vgilc Date: Thu, 16 Feb 2012 10:09:41 +0000 Subject: [PATCH] 2012-02-16 Vanessa Gil * util/pandora_manage.pl: Modify user comment format. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5611 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 4 ++++ pandora_server/util/pandora_manage.pl | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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";