diff options
| author | Jafar Al-Gharaibeh <Jafaral@users.noreply.github.com> | 2020-06-18 23:46:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-18 23:46:17 -0500 |
| commit | 82d1188aef88f0c16339bd0d53ca0bed1a8eef5a (patch) | |
| tree | f4d2e8a665f89469cd4f0a5b3da395d366e72f21 /lib/zclient.c | |
| parent | 5f26363bda119b20d698dafd5fc7ffbac8a37e62 (diff) | |
| parent | 2be4d61a863f36beb765e9298c39994e42a714ab (diff) | |
Merge pull request #6556 from mjstapp/sharp_multi_session
sharpd: add zclient session create and delete
Diffstat (limited to 'lib/zclient.c')
| -rw-r--r-- | lib/zclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
