From: Wilfried Goesgens Date: Sat, 4 Jun 2011 14:39:55 +0000 (+0000) Subject: correct debug logging string. X-Git-Tag: v8.11~668 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=9410731556b7041aa980a0384ece2c08754f6f5d;hp=1cfb09801ee77fe26bad64fab608886faa64a77f;p=citadel.git correct debug logging string. --- 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); } }