X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWorker%2FRemoveUnusedAvatars.php;h=3d5c796269b265e97fa7a4d5fbfccd743a8288bc;hb=3f309805919671ce0ae22f82f5a751050a07dce4;hp=da9ca7b04e48298b937d9f9708a4a239e38bc107;hpb=322b7c856ca9ba53bd9c7da50dd5c1e3c9197d56;p=friendica.git diff --git a/src/Worker/RemoveUnusedAvatars.php b/src/Worker/RemoveUnusedAvatars.php index da9ca7b04e..3d5c796269 100644 --- a/src/Worker/RemoveUnusedAvatars.php +++ b/src/Worker/RemoveUnusedAvatars.php @@ -1,6 +1,6 @@ $count, 'total' => $total]); + Logger::info('In removal', ['count' => $count, 'total' => $total]); } } DBA::close($contacts); @@ -95,7 +95,7 @@ class RemoveUnusedAvatars $updated = true; $updated2++; } - } + } DBA::close($contacts); if (!$updated) { Logger::notice('Photo deleted', ['id' => $photo['id']]);