From 360502d385b44a4d029e8a7947d5d29a4b7fec6d Mon Sep 17 00:00:00 2001 From: Leberwurscht Date: Mon, 16 Apr 2012 19:26:44 +0200 Subject: [PATCH] jappixmini: logging message when cron hook is called --- jappixmini/jappixmini.php | 1 + 1 file changed, 1 insertion(+) diff --git a/jappixmini/jappixmini.php b/jappixmini/jappixmini.php index 3b03743d..a648aba7 100644 --- a/jappixmini/jappixmini.php +++ b/jappixmini/jappixmini.php @@ -450,6 +450,7 @@ function jappixmini_cron(&$a, $d) { // go through list of users with jabber enabled $users = q("SELECT `uid` FROM `pconfig` WHERE `cat`='jappixmini' AND (`k`='autosubscribe' OR `k`='autoapprove') AND `v`='1'"); + logger("jappixmini: Update list of contacts' jabber accounts for ".count($users)." users."); foreach ($users as $row) { $uid = $row["uid"];