~ubuntu-branches/ubuntu/vivid/sope/vivid-proposed

« back to all changes in this revision

Viewing changes to sope-core/NGExtensions/NGFileManager.m

  • Committer: Package Import Robot
  • Author(s): Jeroen Dekkers
  • Date: 2014-04-06 19:31:49 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20140406193149-o4u55jgiwhy722gj
Tags: 2.2.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
312
312
    i++;
313
313
    tmp = [destPath stringByAppendingFormat:@"%d", i];
314
314
    if (i > 40) {
315
 
      NSLog(@"%s: too many files named similiar to '%@' in trash folder '%@'",
 
315
      NSLog(@"%s: too many files named similar to '%@' in trash folder '%@'",
316
316
            __PRETTY_FUNCTION__, destPath, trash);
317
317
      return NO;
318
318
    }