correct debug logging string.
authorWilfried Goesgens <dothebart@citadel.org>
Sat, 4 Jun 2011 14:39:55 +0000 (14:39 +0000)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 20:58:06 +0000 (20:58 +0000)
citadel/citserver.c

index ca442f9be85098020a9af2026877c252c30d33ee..3890ae6f142f98e2b3c88a796db4e0ead2a011ab 100644 (file)
@@ -440,7 +440,7 @@ int is_public_client(void)
        for (i=0; i<num_parms(public_clients); ++i) {
                extract_token(addrbuf, public_clients, i, '|', sizeof addrbuf);
                if (!strcasecmp(CC->cs_addr, addrbuf)) {
-                       syslog(LOG_DEBUG, "... yes it is.\n");
+                       syslog(LOG_DEBUG, "... yes its local.\n");
                        return(1);
                }
        }