Monotone-Parent: e5f7bc9b668fc4dd36afd650762d96297397bacf

Monotone-Revision: 22ead1833f863ecd3b5a400f21cc4916a09d95a1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-11-06T21:22:29
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-11-06 21:22:29 +00:00
parent 57f174e2f0
commit f4fc4f2919

View File

@@ -66,7 +66,9 @@
return 1;
}
if ((error = [self->folderManager createFolderOfType:_type atPath:_path])) {
if ((error = [self->folderManager createFolderOfType:_type
withName: @"testFolder"
atPath:_path])) {
[self logWithFormat:@"creation of folder %@ at %@ failed: %@",
_type, _path, error];
return 1;