Curl-Eventclient: in this errorcase we don't have the context.
authorWilfried Goesgens <dothebart@citadel.org>
Mon, 21 May 2012 19:35:42 +0000 (21:35 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Mon, 21 May 2012 19:35:42 +0000 (21:35 +0200)
citadel/modules/eventclient/serv_eventclient.c

index ec8b35cca41d867793ca3f36103d79e1bc212ead..adf896972a0eb702a79dadd689179c3db5268774 100644 (file)
@@ -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;