Removed the logging facility from citserver, use syslog instead
[citadel.git] / citadel / event_client.h
index cb833e0683c6cdc7e45d7ebb13be51445e1e9630..de36f29ed126b31c3c82d4ec0ffb6bf2984961ad 100644 (file)
@@ -163,7 +163,7 @@ void InitC_ares_dns(AsyncIO *IO);
        do { \
                sta = curl_easy_setopt(chnd, (CURLOPT_##s), (v)); \
                if (sta)  {                                             \
-                       CtdlLogPrintf(CTDL_ERR, "error setting option " #s " on curl handle: %s", curl_easy_strerror(sta)); \
+                       syslog(LOG_ERR, "error setting option " #s " on curl handle: %s", curl_easy_strerror(sta)); \
        } } while (0)