]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/RemoveUnusedAvatars.php
Merge pull request #11936 from annando/youtube-shorts
[friendica.git] / src / Worker / RemoveUnusedAvatars.php
index 8adc7d76de22167cc08ab5f106ab2faa0acd4c3a..4591fb22bf5b7174a376b02b3d7487bd011f3be1 100644 (file)
@@ -56,7 +56,7 @@ class RemoveUnusedAvatars
                                        Logger::notice('We are outside of the maintenance window, quitting');
                                        return;
                                }
-                               Logger::notice('In removal', ['count' => $count, 'total' => $total]);
+                               Logger::info('In removal', ['count' => $count, 'total' => $total]);
                        }
                }
                DBA::close($contacts);