]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
clarify message a bit
authorAlan T. DeKok <aland@freeradius.org>
Tue, 14 Nov 2023 21:56:48 +0000 (16:56 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 16 Feb 2024 21:20:49 +0000 (16:20 -0500)
src/main/process.c

index 0d1cb120e10986217d224cc3a64bd02117c21343..e185192d05c3ca14fe801aa77e545b59667deb88 100644 (file)
@@ -3238,7 +3238,7 @@ static int request_will_proxy(REQUEST *request)
        home = home_server_ldb(realmname, pool, request);
 
        if (!home) {
-               REDEBUG2("Failed to find live home server: Cancelling proxy");
+               REDEBUG2("Failed to find live home server for realm %s: Cancelling proxy", realmname);
                return -1;
        }