1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2025-10-06 19:12:11 +00:00

Fixed SQL log error

This commit is contained in:
Carsten Larsen
2016-09-09 23:16:05 +02:00
parent 49037be36a
commit b6fd6bd991

View File

@ -72,7 +72,7 @@ namespace Ntp.Analyzer.Data.Log
internal static void TableExists(this LogBase log, string table)
{
log.WriteLine(
"Table '{table}' already exist.",
$"Table '{table}' already exist.",
Severity.Debug);
}