]> git.mxchange.org Git - friendica.git/commitdiff
Improved logging
authorMichael <heluecht@pirati.ca>
Tue, 4 Jul 2017 05:31:42 +0000 (05:31 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 4 Jul 2017 05:31:42 +0000 (05:31 +0000)
include/items.php

index 31a709fcbf2318ac80f01ed5024efba4cdec858d..5eb254b1e2534d1990cb8fd156a0ccefd2b2021c 100644 (file)
@@ -2051,7 +2051,7 @@ function item_expire($uid, $days, $network = "", $force = false) {
        $expire_photos = get_pconfig($uid, 'expire', 'photos');
        $expire_photos = (($expire_photos === false) ? 0 : intval($expire_photos)); // default if not set: 0
 
-       logger('expire: # items=' . count($r). "; expire items: $expire_items, expire notes: $expire_notes, expire starred: $expire_starred, expire photos: $expire_photos");
+       logger('User '.$uid.': expire: # items=' . count($r). "; expire items: $expire_items, expire notes: $expire_notes, expire starred: $expire_starred, expire photos: $expire_photos");
 
        foreach ($r as $item) {