Skip to content

Commit bd947f2

Browse files
committed
redis: Fix broken log statement
Signed-off-by: Steffen Vogel <[email protected]>
1 parent 2425a01 commit bd947f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/nodes/redis.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RedisConnection::RedisConnection(const sw::redis::ConnectionOptions &opts)
4444
onMessage(channel, msg);
4545
});
4646

47-
logger->info("New connection: {}", opts);
47+
logger->info("New connection: {}:{}", opts.host, opts.port);
4848

4949
state = State::INITIALIZED;
5050
}

0 commit comments

Comments
 (0)