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>
Sat, 4 Jun 2011 14:39:55 +0000 (14:39 +0000)
citadel/citserver.c

index 7cf83fde62a5e7ad103b0fe68241eb6be015dc4d..586732593ba0006886d18b3c9b86aedd9f88cedd 100644 (file)
@@ -414,7 +414,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);
                }
        }