]> err.no Git - scalable-opengroupware.org/blobdiff - SOGo/UI/Mailer/UIxMailRenderingContext.m
changes to use NGLogging in all places
[scalable-opengroupware.org] / SOGo / UI / Mailer / UIxMailRenderingContext.m
index b7aac88a52bf5579049ff214690525a7162c3eb5..0346c09b2a4ecba1decf50c9236a1a4b09ad0237 100644 (file)
   }
 
   // TODO: always fallback to octet viewer?!
-  [self logWithFormat:@"ERROR: found no viewer for MIME type: %@/%@", mt, st];
+  [self errorWithFormat:@"found no viewer for MIME type: %@/%@", mt, st];
   return nil;
 }