From: Michael Date: Mon, 9 May 2022 14:36:41 +0000 (+0000) Subject: Use a warning instead X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cbe4a42906dc40f893825b4d2abf2102039afca0;p=friendica.git Use a warning instead --- diff --git a/src/Contact/Avatar.php b/src/Contact/Avatar.php index 6114788021..13a99f9106 100644 --- a/src/Contact/Avatar.php +++ b/src/Contact/Avatar.php @@ -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 ''; }