Skip to content
Snippets Groups Projects
Commit fc72ac35 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Fix typo in log message

parent 82a9ed8f
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ namespace ATxCommon.Serializables
catch (Exception) {
// if reading the status XML fails, we return an empty (new) one
status = new ServiceStatus();
Log.Warn("Deserializing [{0}] failed, creating new status using defauls.", file);
Log.Warn("Deserializing [{0}] failed, creating new status using defaults.", file);
}
status._config = config;
ValidateStatus(status);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment