Debug all comannds through the interface
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 2 Dec 2005 21:14:47 +0000 (21:14 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 2 Dec 2005 21:14:47 +0000 (21:14 +0000)
includes/shellcmd.php

index 1c2d38d21e945e50fb2e56e527d11639be2bcfac..27002d3fd2d70acee2927a6da5458eb03c1a0df0 100644 (file)
@@ -73,6 +73,9 @@ class Shell
        */
        function exec($command)
        {
+               global $viewsvn;
+               $viewsvn->debug("exec(): $command");
+               
                exec($command, $output);
                return $output;
        }