Removed logging subsystem from webcit. It's all syslog now.
[citadel.git] / webcit / roomops.c
index 09ec7b69c0cfac6f68d71a19bd4505c90f4aceee..4799d1c6d534bc08def015d78a6eb20585c7b72d 100644 (file)
@@ -58,7 +58,7 @@ void DBG_QR(long QR)
                i = i << 1;
                j++;
        }
-       lprintf(9, "DBG: QR-Vec [%ld] [%s]\n", QR, ChrPtr(QRVec));
+       syslog(9, "DBG: QR-Vec [%ld] [%s]\n", QR, ChrPtr(QRVec));
        FreeStrBuf(&QRVec);
 }
 
@@ -81,7 +81,7 @@ void DBG_QR2(long QR2)
                i = i << 1;
                j++;
        }
-       lprintf(9, "DBG: QR2-Vec [%ld] [%s]\n", QR2, ChrPtr(QR2Vec));
+       syslog(9, "DBG: QR2-Vec [%ld] [%s]\n", QR2, ChrPtr(QR2Vec));
        FreeStrBuf(&QR2Vec);
 }