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