mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
(filter, alias) add extra log line to show start
This commit is contained in:
parent
b9aec139a5
commit
7e239603ae
@ -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") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user