From a783edfe76f2d926da22e8af9568997c08c7c43b Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 2 Dec 2005 21:14:47 +0000 Subject: [PATCH] Debug all comannds through the interface --- includes/shellcmd.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/shellcmd.php b/includes/shellcmd.php index 1c2d38d..27002d3 100644 --- a/includes/shellcmd.php +++ b/includes/shellcmd.php @@ -73,6 +73,9 @@ class Shell */ function exec($command) { + global $viewsvn; + $viewsvn->debug("exec(): $command"); + exec($command, $output); return $output; } -- 2.22.5