Silence logging in non-debug usecases. The raspii users gonna love this.
[citadel.git] / citadel / modules / networkclient / serv_networkclient.c
index 0fe749d337a8a2aef81e3f653a32eb3ad24dda39..4140916b5bfe9bb931a1d5732833cdb4c122a22b 100644 (file)
@@ -1044,7 +1044,7 @@ void network_poll_other_citadel_nodes(int full_poll, HashList *ignetcfg)
        int poll = 0;
        
        if (GetCount(ignetcfg) ==0) {
-               syslog(LOG_DEBUG, "network: no neighbor nodes are configured - not polling.\n");
+               MARKM_syslog(LOG_DEBUG, "network: no neighbor nodes are configured - not polling.\n");
                return;
        }
        become_session(&networker_client_CC);