(filter, alias) add extra log line to show start

This commit is contained in:
Ad Schellevis 2016-04-22 19:21:11 +02:00
parent b9aec139a5
commit 7e239603ae

View File

@ -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") {