mirror of
https://github.com/friendica/friendica
synced 2024-11-18 17:43:41 +00:00
log queue startup
This commit is contained in:
parent
a1458f899a
commit
60ef474d46
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
|
||||
$a->set_baseurl(get_config('system','url'));
|
||||
|
||||
logger('poller: start');
|
||||
|
||||
// run queue delivery process in the background
|
||||
|
||||
|
|
|
@ -33,6 +33,7 @@ function remove_queue_item($id) {
|
|||
|
||||
$a->set_baseurl(get_config('system','url'));
|
||||
|
||||
logger('queue: start');
|
||||
|
||||
$r = q("SELECT `queue`.*, `contact`.`name`, `contact`.`uid` FROM `queue`
|
||||
LEFT JOIN `contact` ON `queue`.`cid` = `contact`.`id`
|
||||
|
|
Loading…
Reference in a new issue