fixup for nil return value

This commit is contained in:
Richard Frith-Macdonald 2019-07-05 16:55:23 +01:00
parent 0e92bea5e0
commit b3e7848177

View file

@ -1942,7 +1942,7 @@ static NSString *noFiles = @"No log files to archive";
configError = nil;
/* NB. if err is nil this will clear any currently raised alarm
*/
[self ecConfigurationError: @"%@", err];
[self ecConfigurationError: @"%@", (nil == err) ? @"" : err];
}
/* This method is called when the defaults database is updated for any