mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Log entry when loading remote web calendar
This commit is contained in:
@@ -168,6 +168,7 @@ size_t curl_body_function(void *ptr, size_t size, size_t nmemb, void *buffer)
|
||||
curl_easy_getinfo (curl, CURLINFO_RESPONSE_CODE, &status);
|
||||
[result setObject: [NSNumber numberWithUnsignedInt: status]
|
||||
forKey: @"status"];
|
||||
NSLog(@"Load web calendar %@ (%i)", location, status);
|
||||
|
||||
if (status == 200)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user