From 9410731556b7041aa980a0384ece2c08754f6f5d Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Sat, 4 Jun 2011 14:39:55 +0000 Subject: [PATCH] correct debug logging string. --- citadel/citserver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citadel/citserver.c b/citadel/citserver.c index ca442f9be..3890ae6f1 100644 --- a/citadel/citserver.c +++ b/citadel/citserver.c @@ -440,7 +440,7 @@ int is_public_client(void) for (i=0; ics_addr, addrbuf)) { - syslog(LOG_DEBUG, "... yes it is.\n"); + syslog(LOG_DEBUG, "... yes its local.\n"); return(1); } } -- 2.30.2