Skip to content

Commit

Permalink
update log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
reddyashish committed Apr 11, 2024
1 parent 345a3f6 commit 2f32e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DynamoCoreWpf/ViewModels/Core/DynamoViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ protected DynamoViewModel(StartConfiguration startConfiguration)
}
catch (Exception ex)
{
Model.Logger.Log("Failed to deserialize " + dynamoMLDataFileName + "::" + ex.Message, LogLevel.File);
Model.Logger.Log($"Failed to deserialize {dynamoMLDataFileName} : {ex.Message}", LogLevel.File);
}
}
}
Expand Down

0 comments on commit 2f32e70

Please sign in to comment.