]> err.no Git - scalable-opengroupware.org/blobdiff - SOGo/SoObjects/Mailer/SOGoMailAccount.m
changes to use NGLogging in all places
[scalable-opengroupware.org] / SOGo / SoObjects / Mailer / SOGoMailAccount.m
index 5a6b4b0f2d7eb889f51b9354ef0fa0f7a51cf4fb..ed47e5220b315fb4f5410a88f859f72da26acc56 100644 (file)
@@ -72,7 +72,7 @@
   s = [self nameInContainer];
   r = [s rangeOfString:@"@"];
   if (r.length == 0) {
-    [self logWithFormat:@"ERROR: missing login in account folder name: %@", s];
+    [self errorWithFormat:@"missing login in account folder name: %@", s];
     return nil;
   }