Commit 7e239603 authored by Ad Schellevis's avatar Ad Schellevis

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

parent b9aec139
......@@ -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