diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-04 01:38:46 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-04 01:38:46 -0400 |
commit | d0897f4d1f04e34cc593d8d5192fb2271cbf5bf9 (patch) | |
tree | 0618b7a3a19b04a13301ef83b450dca2ee37316e | |
parent | 985ba79b4ab5e65415fd74f2cf5567154d8b511d (diff) |
info about stuff getting queued
darcs-hash:20080704053846-84dde-11afd488ba31664be6cd6955d4198ae11670f6ae.gz
-rw-r--r-- | lib/util.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php index 8e8860b41..3dec09d8e 100644 --- a/lib/util.php +++ b/lib/util.php @@ -819,6 +819,7 @@ function common_broadcast_notice($notice, $remote=false) { # Stick the notice on the queue function common_enqueue_notice($notice) { + common_log(LOG_INFO, 'queueing notice ID = ' . $notice->id); $qi = new Queue_item(); $qi->query('BEGIN'); $qi->notice_id = $notice->id; |