summaryrefslogtreecommitdiff
path: root/update_daemon.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-02-12 06:35:41 +0100
committerAndrew Dolgov <[email protected]>2006-02-12 06:35:41 +0100
commit3f79b9dc4a82b2f2c6f6fcc8e0c378d2f629aac3 (patch)
tree3852c8eb8f6ec4176bef4ecf9dac7fe2259eb374 /update_daemon.php
parentc1e202b79c6a17c9d2117725322baa5b8c662765 (diff)
disable debug output in daemon
Diffstat (limited to 'update_daemon.php')
-rw-r--r--update_daemon.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/update_daemon.php b/update_daemon.php
index 834765894..9061a4498 100644
--- a/update_daemon.php
+++ b/update_daemon.php
@@ -65,8 +65,8 @@
continue;
}
- printf("%d ? %d\n", time() - strtotime($line["last_updated"]) > $upd_intl*60,
- $upd_intl*60);
+# printf("%d ? %d\n", time() - strtotime($line["last_updated"]) > $upd_intl*60,
+# $upd_intl*60);
if (!$line["last_updated"] ||
time() - strtotime($line["last_updated"]) > ($upd_intl * 60)) {