Commit 324a979d authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

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

(cherry picked from commit 7e239603)
parent 7a2726fb
......@@ -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") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment