X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Feventclient%2Fserv_eventclient.c;h=adf896972a0eb702a79dadd689179c3db5268774;hb=96f09a277a33193bf175b81fbf79e676ab228615;hp=ec8b35cca41d867793ca3f36103d79e1bc212ead;hpb=b5a1a5bb8592dbc6ac5ff9a1e017e59aa7ad0642;p=citadel.git diff --git a/citadel/modules/eventclient/serv_eventclient.c b/citadel/modules/eventclient/serv_eventclient.c index ec8b35cca..adf896972 100644 --- a/citadel/modules/eventclient/serv_eventclient.c +++ b/citadel/modules/eventclient/serv_eventclient.c @@ -134,10 +134,10 @@ gotstatus(int nnrun) CURLINFO_PRIVATE, &chandle); if (sta) { - EVCURL_syslog(LOG_ERR, - "error asking curl for private" - " cookie of curl handle: %s\n", - curl_easy_strerror(sta)); + syslog(LOG_ERR, + "error asking curl for private" + " cookie of curl handle: %s\n", + curl_easy_strerror(sta)); continue; } IO = (AsyncIO *)chandle;