X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libust%2Ftracectl.c;h=25fa4d57ecde33954791d2bca5a21a4639af9a2d;hb=fbae86d664c12e450d3cb702b602701d37781b41;hp=e877e6289f7ef0e32ca88c6ab595f7117a81298b;hpb=d9d1c081341e1bb1ef8e9346d29d36548afb1346;p=ust.git diff --git a/libust/tracectl.c b/libust/tracectl.c index e877e62..25fa4d5 100644 --- a/libust/tracectl.c +++ b/libust/tracectl.c @@ -355,7 +355,7 @@ static int set_subbuf_size(const char *trace_name, const char *ch_name, } channel->subbuf_size = power; - DBG("the set_subbuf_size for the requested channel is %u", channel->subbuf_size); + DBG("the set_subbuf_size for the requested channel is %zu", channel->subbuf_size); unlock_traces: ltt_unlock_traces(); @@ -393,7 +393,7 @@ static int set_subbuf_num(const char *trace_name, const char *ch_name, } channel->subbuf_cnt = num; - DBG("the set_subbuf_cnt for the requested channel is %zd", channel->subbuf_cnt); + DBG("the set_subbuf_cnt for the requested channel is %u", channel->subbuf_cnt); unlock_traces: ltt_unlock_traces();