* Use syslog-compatible logging levels in lprintf(); the loglevel chosen
[citadel.git] / citadel / file_ops.c
index 9942479c39473260b8b9e45be5477a39c5afa6e3..3a4478749366a93a30ef75a36843ecc9fd4e7c5b 100644 (file)
@@ -101,7 +101,7 @@ int network_talking_to(char *nodename, int operation) {
                        break;
        }
 
-       if (nttlist != NULL) lprintf(9, "nttlist=<%s>\n", nttlist);
+       if (nttlist != NULL) lprintf(CTDL_DEBUG, "nttlist=<%s>\n", nttlist);
        end_critical_section(S_NTTLIST);
        return(retval);
 }