From 7e79b79c04ab20c20e8825b133b45f39c04c95d9 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 26 Sep 2012 07:26:30 -0400 Subject: [PATCH] Improvement over previous commit --- SoObjects/Appointments/SOGoWebAppointmentFolder.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoWebAppointmentFolder.m b/SoObjects/Appointments/SOGoWebAppointmentFolder.m index 291bd8c46..0c405ffba 100644 --- a/SoObjects/Appointments/SOGoWebAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoWebAppointmentFolder.m @@ -168,7 +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); + [self logWithFormat: @"Load web calendar %@ (%i)", location, status]; if (status == 200) {