summaryrefslogtreecommitdiff
path: root/lib/zclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/zclient.c')
-rw-r--r--lib/zclient.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/zclient.c b/lib/zclient.c
index 10dda5ba0e..4a70881b57 100644
--- a/lib/zclient.c
+++ b/lib/zclient.c
@@ -3880,9 +3880,8 @@ static int zclient_read(struct thread *thread)
length -= ZEBRA_HEADER_SIZE;
if (zclient_debug)
- zlog_debug("zclient 0x%p command %s VRF %u",
- (void *)zclient, zserv_command_string(command),
- vrf_id);
+ zlog_debug("zclient %p command %s VRF %u", zclient,
+ zserv_command_string(command), vrf_id);
switch (command) {
case ZEBRA_CAPABILITIES: