From cbe4a42906dc40f893825b4d2abf2102039afca0 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 9 May 2022 14:36:41 +0000 Subject: [PATCH] Use a warning instead --- src/Contact/Avatar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ''; }