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 +?>