Removed logging subsystem from webcit. It's all syslog now.
[citadel.git] / webcit / tests / test_tools.c
index 39b82431748d1f4c90b1ac0314849bdeac684d55..9a9654779c63e2706ed2878665509107a973b2cc 100644 (file)
@@ -85,7 +85,7 @@ void SetUpRequest(const char *UrlPath)
        memset(pHdr, 0, sizeof(OneHttpHeader));
        pHdr->Val = Line;
        Put(Hdr.HTTPHeaders, HKEY("GET /"), pHdr, DestroyHttpHeaderHandler);
-       lprintf(9, "%s\n", ChrPtr(Line));
+       syslog(9, "%s\n", ChrPtr(Line));
 
        if (ReadHttpSubject(&Hdr, Line, HeaderName))
                CU_FAIL("Failed to parse Request line / me is bogus!");