添加备注

This commit is contained in:
xuejiaming 2023-02-25 22:54:26 +08:00
parent 08c511964c
commit b2bff085df
1 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ namespace ShardingCore.DynamicDataSources
if (!_shardingConfigOptions.IgnoreCreateTableError.GetValueOrDefault())
{
_logger.LogWarning(e,
$"table :{physicTableName} will created.");
$"table :{physicTableName} maybe created.");
}
}
}
@ -171,7 +171,7 @@ namespace ShardingCore.DynamicDataSources
if (!_shardingConfigOptions.IgnoreCreateTableError.GetValueOrDefault())
{
_logger.LogWarning(e,
$"table :{physicTableName} will created.");
$"table :{physicTableName} maybe created.");
}
}
}