Use a warning instead

This commit is contained in:
Michael 2022-05-09 14:36:41 +00:00
parent f785026289
commit cbe4a42906

View 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 '';
}