X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FStrings.php;h=2405fbababcfdbcd8d6788f4ed28040c6b954c4f;hb=7e6ba0b4d271735bbf7474fb75a7cf43b787b678;hp=5df3c01b1e8d7f9fbc62d9670949c2597c2db18c;hpb=4faf08c0643d3e6bbe2a0a77be2ff8c1dbea4d5c;p=friendica.git diff --git a/src/Util/Strings.php b/src/Util/Strings.php index 5df3c01b1e..2405fbabab 100644 --- a/src/Util/Strings.php +++ b/src/Util/Strings.php @@ -511,7 +511,7 @@ class Strings ); if (is_null($return)) { - Logger::warning('Received null value from preg_replace_callback', ['text' => $text, 'regex' => $regex, 'blocks' => $blocks, 'executionId' => $executionId, 'callstack' => System::callstack(10)]); + Logger::notice('Received null value from preg_replace_callback', ['text' => $text, 'regex' => $regex, 'blocks' => $blocks, 'executionId' => $executionId, 'callstack' => System::callstack(10)]); } $text = $callback($return ?? $text) ?? '';