mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-10-06 11:04:40 +00:00
Fixed SQL log error
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user