disable debug output in daemon
This commit is contained in:
parent
c1e202b79c
commit
3f79b9dc4a
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue