From abd4e94b17687b318d8db6924c4d533c160b1b20 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 2 Nov 2010 13:19:02 +0000 Subject: [PATCH] Monotone-Parent: 791ffeb9080220a3ed56aa0ef7edbeeac9361954 Monotone-Revision: a0bc95e9ad9952cc7f35fa2509adbe2985a3c622 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-11-02T13:19:02 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/NSString+Utilities.m | 1 + 1 file changed, 1 insertion(+) diff --git a/SoObjects/SOGo/NSString+Utilities.m b/SoObjects/SOGo/NSString+Utilities.m index 37f98aa2c..13094eea1 100644 --- a/SoObjects/SOGo/NSString+Utilities.m +++ b/SoObjects/SOGo/NSString+Utilities.m @@ -530,6 +530,7 @@ static NSMutableCharacterSet *safeLDIFStartChars = nil; if (error) { [self errorWithFormat: @"json parser: %@", error]; + [self errorWithFormat: @"original string is: %@", self]; object = nil; } }