Use a warning instead
This commit is contained in:
parent
f785026289
commit
cbe4a42906
|
@ -125,7 +125,7 @@ class Avatar
|
||||||
DI::profiler()->stopRecording();
|
DI::profiler()->stopRecording();
|
||||||
|
|
||||||
if (!file_exists($filepath)) {
|
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 '';
|
return '';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue