From 59685ed0356363188bef29c4273f89fa90b3cb12 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 18 May 2010 18:00:11 +0000 Subject: [PATCH] Monotone-Parent: 6eba62f428795a0fa79c3f6fa089c1f0bdb79224 Monotone-Revision: bcf3ec198a9fc9a38979133a1a51c6ad69c9537c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-05-18T18:00:11 Monotone-Branch: ca.inverse.sogo --- Main/SOGo.m | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Main/SOGo.m b/Main/SOGo.m index c4095e3eb..8330ef85f 100644 --- a/Main/SOGo.m +++ b/Main/SOGo.m @@ -418,9 +418,8 @@ static BOOL debugLeaks; if (debugRequests) { timeDelta = [[NSDate date] timeIntervalSinceDate: startDate]; - [self logWithFormat: [NSString stringWithFormat: - @"request took %f seconds to execute", - timeDelta]]; + [self logWithFormat: @"request took %f seconds to execute", + timeDelta]; [resp setHeader: [NSString stringWithFormat: @"%f", timeDelta] forKey: @"SOGoRequestDuration"]; }