Use a warning instead
This commit is contained in:
parent
f785026289
commit
cbe4a42906
|
@ -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 '';
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user