Commit 76a9317f06773d9eec9d393b3a6ca0d9907df389
1 parent
eb013f68
Merged in from DEV trunk...
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/STABLE/branches/3.5.2c-Release-Branch@8475 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
2 deletions
bin/scheduler.php
| ... | ... | @@ -202,7 +202,7 @@ if (empty($aList)) |
| 202 | 202 | } |
| 203 | 203 | |
| 204 | 204 | if (OS_WINDOWS) |
| 205 | - { $default->log->info("Scheduler - dirname: $dirname cmd: $cmd"); | |
| 205 | + { $default->log->debug("Scheduler - dirname: $dirname cmd: $cmd"); | |
| 206 | 206 | //$WshShell = new COM("WScript.Shell"); |
| 207 | 207 | //$res = $WshShell->Run($cmd, 0, true); |
| 208 | 208 | |
| ... | ... | @@ -249,4 +249,4 @@ if (empty($aList)) |
| 249 | 249 | |
| 250 | 250 | $default->log->debug('Scheduler: stopping'); |
| 251 | 251 | |
| 252 | -?> | |
| 253 | 252 | \ No newline at end of file |
| 253 | +?> | ... | ... |