Skip to content

Commit 566d867

Browse files
committed
chore: update
1 parent 4375d86 commit 566d867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Contrib/Data/IdGenerator/Snowflake/Masa.Contrib.Data.IdGenerator.Snowflake.Distributed.Redis/DistributedWorkerProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ private async Task<long> GetNextWorkerIdAsync()
141141
{
142142
if (_logger?.IsEnabled(LogLevel.Debug) == true)
143143
{
144-
_logger?.LogDebug(
144+
_logger.LogDebug(
145145
"----- Failed to obtain WorkerId, failed to obtain distributed lock, the currentTime: {CurrentTime}",
146146
DateTime.UtcNow);
147147
}

0 commit comments

Comments
 (0)