From e81610d9ef6b20400dfc1ab13b1d28cc0de32a84 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 30 Mar 2013 16:28:21 +0400 Subject: daemon: sort by random --- update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index 9c62ccb2a..691e168e2 100755 --- a/update.php +++ b/update.php @@ -153,7 +153,7 @@ if (isset($options["daemon-loop"])) { if (!make_stampfile('update_daemon.stamp')) { - die("error: unable to create stampfile\n"); + _debug("warning: unable to create stampfile\n"); } // Call to the feed batch update function -- cgit v1.2.3-54-g00ecf