From cdeefb43a59734eb5131f2cd97f3453a914dd27d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20d=27Anterroches?= Date: Sat, 8 Jan 2011 21:33:51 +0100 Subject: [PATCH] Added a logging of an event. --- scripts/svnpostcommit.php | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/svnpostcommit.php b/scripts/svnpostcommit.php index d3430b9..c38c796 100644 --- a/scripts/svnpostcommit.php +++ b/scripts/svnpostcommit.php @@ -55,6 +55,7 @@ Pluf_Dispatcher::loadControllers(Pluf::f('idf_views')); $params = array('repo_dir' => $argv[1], 'revision' => $argv[2], 'env' => array_merge($_ENV, $_SERVER)); +Pluf_Log::event(array('svnpostcommit.php', 'Send run signal.', $params)); Pluf_Signal::send('svnpostcommit.php::run', 'svnpostcommit.php', $params);