Commit aa343e2a8765b72a864ff38b70b5b99cd991f77f

Authored by kevin_fourie
1 parent 4b121267

KTS-3310

"The openoffice checkup script seems to be logging content every minute (in INFO mode)"
Fixed. Changed the logging to debug mode.

Committed By: Kevin Fourie
Reviewed By: Megan Watson



git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8405 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 2 additions and 2 deletions
bin/scheduler.php
... ... @@ -203,7 +203,7 @@ if (empty($aList))
203 203 }
204 204  
205 205 if (OS_WINDOWS)
206   - { $default->log->info("Scheduler - dirname: $dirname cmd: $cmd");
  206 + { $default->log->debug("Scheduler - dirname: $dirname cmd: $cmd");
207 207 //$WshShell = new COM("WScript.Shell");
208 208 //$res = $WshShell->Run($cmd, 0, true);
209 209  
... ... @@ -250,4 +250,4 @@ if (empty($aList))
250 250  
251 251 $default->log->debug('Scheduler: stopping');
252 252  
253   -?>
254 253 \ No newline at end of file
  254 +?>
... ...