From 33c2f2cd5ec0953b75d65f8434fd0639908f85fd Mon Sep 17 00:00:00 2001
From: Jacob O'Mara <jacobomara901@gmail.com>
Date: Tue, 29 Nov 2022 10:19:24 +0000
Subject: [PATCH] Bug 31651: Replaced duplicate error message

The duplicated error message on ln119 has now been replaced for clarity.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
---
 C4/Auth_with_shibboleth.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/C4/Auth_with_shibboleth.pm b/C4/Auth_with_shibboleth.pm
index 9474fdb111..364fd774b1 100644
--- a/C4/Auth_with_shibboleth.pm
+++ b/C4/Auth_with_shibboleth.pm
@@ -116,7 +116,7 @@ sub checkpw_shib {
         return _autocreate( $config, $match );
     } else {
         # If we reach this point, the user is not a valid koha user
-        Koha::Logger->get->info("There are several users with $config->{matchpoint} of $match, matchpoints must be unique");
+        Koha::Logger->get->info("No users with $config->{matchpoint} of $match found and autocreate is disabled");
         return 0;
     }
 }
-- 
2.30.2