Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 816ac69

Browse files
committed
Update RedisNativeClient_Utils.cs
1 parent b3527eb commit 816ac69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Redis/RedisNativeClient_Utils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ protected string SendExpectString(params byte[][] cmdWithBinaryArgs)
806806

807807
protected void Log(string fmt, params object[] args)
808808
{
809-
if (RedisConfig.EnableVerboseLogging)
809+
if (!RedisConfig.EnableVerboseLogging)
810810
return;
811811

812812
log.DebugFormat(LogPrefix + "{0}", string.Format(fmt, args).Trim());

0 commit comments

Comments
 (0)