Skip to content

Commit 21edeb6

Browse files
committed
refactor: 更改日志
1 parent 8caf8d5 commit 21edeb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extensions/BootstrapBlazor.Socket/DataConverter/DataConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public virtual bool TryConvertTo(ReadOnlyMemory<byte> data, [NotNullWhen(true)]
4141
}
4242
catch (Exception ex)
4343
{
44-
SocketLogging.LogError(ex, "DataConverter TryConvertTo failed");
44+
SocketLogging.LogError(ex, $"DataConverter {nameof(TryConvertTo)} failed");
4545
}
4646
return ret;
4747
}

0 commit comments

Comments
 (0)