Fix typo spotted by Greg.

This commit is contained in:
fredkiefer 2020-01-24 16:51:36 +01:00
parent 978c58bcde
commit 3541c564e6

View file

@ -631,7 +631,7 @@ static NSArray *XmlBoolDefaultYes = nil;
if (parentId == nil)
{
NSLog(@"Missing parent Id for connection on parent @%", parent);
NSLog(@"Missing parent Id for connection on parent %@", parent);
// Fake an id for parent
parentId = [[NSUUID UUID] UUIDString];
[parent setAttribute: parentId forKey: @"id"];