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_daemon2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update_daemon2.php') diff --git a/update_daemon2.php b/update_daemon2.php index c8534af06..2933ccef0 100755 --- a/update_daemon2.php +++ b/update_daemon2.php @@ -240,7 +240,7 @@ // We disable stamp file, since it is of no use in a multiprocess update. // not really, tho for the time being -fox 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