From fbc3a2fb6a705edf2f4c03732ff873a71b4895b3 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 12 Jun 2021 07:39:30 +0200 Subject: [PATCH] Bad message. --- app/Support/Authentication/RemoteUserGuard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Support/Authentication/RemoteUserGuard.php b/app/Support/Authentication/RemoteUserGuard.php index 0144dea99d..c2adae662c 100644 --- a/app/Support/Authentication/RemoteUserGuard.php +++ b/app/Support/Authentication/RemoteUserGuard.php @@ -62,7 +62,7 @@ class RemoteUserGuard implements Guard { Log::debug(sprintf('Now at %s', __METHOD__)); if (!is_null($this->user)) { - Log::debug('No user found.'); + Log::debug('User is found.'); return; }