]> git.mxchange.org Git - friendica.git/commitdiff
Use a warning instead
authorMichael <heluecht@pirati.ca>
Mon, 9 May 2022 14:36:41 +0000 (14:36 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 9 May 2022 14:36:41 +0000 (14:36 +0000)
src/Contact/Avatar.php

index 6114788021f0a5f94d67d154178a25fd26193d45..13a99f91068d0930a0a4a73c9f44b9e243503b08 100644 (file)
@@ -125,7 +125,7 @@ class Avatar
                DI::profiler()->stopRecording();
 
                if (!file_exists($filepath)) {
-                       Logger::notice('Avatar cache file could not be stored', ['file' => $filepath]);
+                       Logger::warning('Avatar cache file could not be stored', ['file' => $filepath]);
                        return '';
                }