diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-10-21 00:01:19 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-10-21 00:01:19 +0100 |
commit | 1f4a5b5dfec0c65899c8421132eec4cadfa97aa7 (patch) | |
tree | 9fa0298881ac03b27f0177e2e378d965f761f1ba /status.c | |
parent | af2d48f4d2493d98146490cebd3af150781a0425 (diff) | |
parent | 076034345afe0dbfef3fa1a8116a64dc7d990b51 (diff) | |
download | rtmux-1f4a5b5dfec0c65899c8421132eec4cadfa97aa7.tar.gz rtmux-1f4a5b5dfec0c65899c8421132eec4cadfa97aa7.tar.bz2 rtmux-1f4a5b5dfec0c65899c8421132eec4cadfa97aa7.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'status.c')
-rw-r--r-- | status.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,7 +164,7 @@ status_timer_callback(unused int fd, unused short events, void *arg) if (tv.tv_sec != 0) evtimer_add(&c->status_timer, &tv); - log_debug("client %d, status interval %d", c->ibuf.fd, (int)tv.tv_sec); + log_debug("client %p, status interval %d", c, (int)tv.tv_sec); } /* Start status timer for client. */ |