diff options
author | Friendika <info@friendika.com> | 2010-11-25 18:31:33 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-25 18:31:33 -0800 |
commit | 60ef474d4607fa48a4b5c4d54cbad2b8e2fe9fef (patch) | |
tree | a60d4adabf35893b942a02711f9752ba224e0c61 /include/poller.php | |
parent | a1458f899a789ef807c1acc3ecc21853bb283270 (diff) | |
download | volse-hubzilla-60ef474d4607fa48a4b5c4d54cbad2b8e2fe9fef.tar.gz volse-hubzilla-60ef474d4607fa48a4b5c4d54cbad2b8e2fe9fef.tar.bz2 volse-hubzilla-60ef474d4607fa48a4b5c4d54cbad2b8e2fe9fef.zip |
log queue startup
Diffstat (limited to 'include/poller.php')
-rw-r--r-- | include/poller.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/poller.php b/include/poller.php index 81a23c66f..bc7fc5bb0 100644 --- a/include/poller.php +++ b/include/poller.php @@ -18,6 +18,7 @@ $a->set_baseurl(get_config('system','url')); + logger('poller: start'); // run queue delivery process in the background |