Skip to content

Commit c46cc8f

Browse files
Update placeholders
Update two placeholders for clarity and consistency.
1 parent f92841b commit c46cc8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cart/src/cartstore/ValkeyCartStore.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ private void EnsureRedisConnected()
8888

8989
if (_logger.IsEnabled(LogLevel.Debug))
9090
{
91-
_logger.LogDebug("Connecting to Redis: {_connectionString}", _connectionString);
91+
_logger.LogDebug("Connecting to Redis: {connectionString}", _connectionString);
9292
}
9393

9494
_redis = ConnectionMultiplexer.Connect(_redisConnectionOptions);
@@ -110,7 +110,7 @@ private void EnsureRedisConnected()
110110

111111
if (_logger.IsEnabled(LogLevel.Debug))
112112
{
113-
_logger.LogDebug("Small test result: {res}", res);
113+
_logger.LogDebug("Small test result: {result}", res);
114114
}
115115

116116
_redis.InternalError += (_, e) => { Console.WriteLine(e.Exception); };

0 commit comments

Comments
 (0)