From aa343e2a8765b72a864ff38b70b5b99cd991f77f Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Thu, 24 Apr 2008 14:28:47 +0000 Subject: [PATCH] KTS-3310 "The openoffice checkup script seems to be logging content every minute (in INFO mode)" Fixed. Changed the logging to debug mode. --- bin/scheduler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/scheduler.php b/bin/scheduler.php index 15fac76..a340744 100644 --- a/bin/scheduler.php +++ b/bin/scheduler.php @@ -203,7 +203,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); @@ -250,4 +250,4 @@ if (empty($aList)) $default->log->debug('Scheduler: stopping'); -?> \ No newline at end of file +?> -- libgit2 0.21.4