X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitserver.c;h=3890ae6f142f98e2b3c88a796db4e0ead2a011ab;hb=9410731556b7041aa980a0384ece2c08754f6f5d;hp=ca442f9be85098020a9af2026877c252c30d33ee;hpb=1cfb09801ee77fe26bad64fab608886faa64a77f;p=citadel.git 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); } }