From 76a9317f06773d9eec9d393b3a6ca0d9907df389 Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Mon, 19 May 2008 14:00:55 +0000 Subject: [PATCH] Merged in from DEV trunk... --- bin/scheduler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/scheduler.php b/bin/scheduler.php index 76c8a4d..593df2f 100644 --- a/bin/scheduler.php +++ b/bin/scheduler.php @@ -202,7 +202,7 @@ if (empty($aList)) } if (OS_WINDOWS) - { $default->log->info("Scheduler - dirname: $dirname cmd: $cmd"); + { $default->log->debug("Scheduler - dirname: $dirname cmd: $cmd"); //$WshShell = new COM("WScript.Shell"); //$res = $WshShell->Run($cmd, 0, true); @@ -249,4 +249,4 @@ if (empty($aList)) $default->log->debug('Scheduler: stopping'); -?> \ No newline at end of file +?> -- libgit2 0.21.4