From 7e239603ae91c13a8565d7573bdf44aea64c7c3c Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Fri, 22 Apr 2016 19:21:11 +0200 Subject: [PATCH] (filter, alias) add extra log line to show start --- src/etc/rc.update_urltables | 1 + 1 file changed, 1 insertion(+) diff --git a/src/etc/rc.update_urltables b/src/etc/rc.update_urltables index ba38a6ece..d72a01525 100755 --- a/src/etc/rc.update_urltables +++ b/src/etc/rc.update_urltables @@ -35,6 +35,7 @@ if (count($todo) > 0) { $filter_reload = false; foreach ($todo as $alias) { if (preg_match('/urltable/i', $alias['type'])) { + log_error("{$argv[0]}: start update {$alias['name']} "); $r = process_alias_urltable($alias['name'], $alias['url'], $alias['updatefreq']); if ($r == 1) { if ($alias['type'] == "urltable") {