Update code sample line (#13222)

pull/13223/head
Luke Latham 2019-07-10 08:17:45 -05:00 committed by GitHub
parent 56b8978b93
commit f8d95a534a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ namespace RazorPagesProject.Tests
} }
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}");
} }
} }
}); });