From 2be4d61a863f36beb765e9298c39994e42a714ab Mon Sep 17 00:00:00 2001 From: Mark Stapp Date: Tue, 9 Jun 2020 16:36:45 -0400 Subject: sharpd: add zclient session create and delete Add a couple of clis and some simple support that allows sharpd to create extra zapi client sessions. Signed-off-by: Mark Stapp --- lib/zclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/zclient.c') diff --git a/lib/zclient.c b/lib/zclient.c index aa5fa082a1..793864243c 100644 --- a/lib/zclient.c +++ b/lib/zclient.c @@ -164,7 +164,7 @@ void zclient_stop(struct zclient *zclient) int i; if (zclient_debug) - zlog_debug("zclient stopped"); + zlog_debug("zclient %p stopped", zclient); /* Stop threads. */ THREAD_OFF(zclient->t_read); -- cgit v1.2.3