Commit 23adf414 authored by Michal's avatar Michal Committed by Steve Smith

Fixed exception message logging (#90)

parent 586a75bc
...@@ -56,7 +56,7 @@ namespace CleanArchitecture.FunctionalTests ...@@ -56,7 +56,7 @@ namespace CleanArchitecture.FunctionalTests
catch (Exception ex) catch (Exception ex)
{ {
logger.LogError(ex, "An error occurred seeding the " + logger.LogError(ex, "An error occurred seeding the " +
"database with test messages. Error: {ex.Message}"); $"database with test messages. Error: {ex.Message}");
} }
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment