Fix: DBG statement in relayd
authorDavid Goulet <dgoulet@efficios.com>
Tue, 18 Dec 2012 20:38:25 +0000 (15:38 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 18 Dec 2012 20:38:25 +0000 (15:38 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/relayd/relayd.c

index c999aafbb712472d4df4ebccc1398abe0c861fc0..45cb097f616c1bf65b31d5d66ba45966e0877d8b 100644 (file)
@@ -457,7 +457,7 @@ int relayd_data_pending(struct lttcomm_sock *sock, uint64_t stream_id,
        ret = reply.ret_code;
 
        DBG("Relayd data is %s pending for stream id %" PRIu64,
-                       ret == 1 ? "NOT" : "", stream_id);
+                       ret == 1 ? "" : "NOT", stream_id);
 
 error:
        return ret;
This page took 0.027049 seconds and 5 git commands to generate.