diff --git a/SoObjects/Mailer/SOGoMailAccount.m b/SoObjects/Mailer/SOGoMailAccount.m index b8d607515..b27d24598 100644 --- a/SoObjects/Mailer/SOGoMailAccount.m +++ b/SoObjects/Mailer/SOGoMailAccount.m @@ -495,7 +495,7 @@ static NSString *sieveScriptName = @"sogo"; } else { - [self errorWithFormat: @"method '%@' not available with user defaults"@ + [self errorWithFormat: @"method '%@' not available with user defaults" @" object, folder migration fails", methodName]; rc = NO; }