diff --git a/Tools/SOGoToolRestore.m b/Tools/SOGoToolRestore.m index e8915ae77..64d2c84f4 100644 --- a/Tools/SOGoToolRestore.m +++ b/Tools/SOGoToolRestore.m @@ -496,7 +496,7 @@ typedef enum SOGoToolRestoreMode { else { rc = NO; - NSLog (@"no user table with that name"); + NSLog (@"no user table '%@' found", currentFolder); } } }