From 0e6eb9059a311fac8be50ff06ba08b566c571c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20d=27Anterroches?= Date: Mon, 10 Jan 2011 10:56:09 +0100 Subject: [PATCH] Added an event log to track the post update info. --- scripts/gitpostupdate.php | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/gitpostupdate.php b/scripts/gitpostupdate.php index 7ef0fa1..7c48b6c 100644 --- a/scripts/gitpostupdate.php +++ b/scripts/gitpostupdate.php @@ -53,6 +53,7 @@ Pluf_Dispatcher::loadControllers(Pluf::f('idf_views')); */ $params = array('git_dir' => $argv[1], 'env' => array_merge($_ENV, $_SERVER)); +Pluf_Log::event(array('gitpostupdate.php', 'Send run signal.', $params)); Pluf_Signal::send('gitpostupdate.php::run', 'gitpostupdate.php', $params);