API change for lttng_get_readeable_code
[lttng-tools.git] / lttng / commands / list.c
index 6afec1876c23b01ec24a878b724d0f8a0c2a5e08..50dad9a2b4efc3aa57cb747c72820cea36773add 100644 (file)
@@ -267,7 +267,7 @@ static int list_channels(const char *channel_name)
                /* Listing events per channel */
                ret = list_events(channels[i].name);
                if (ret < 0) {
-                       MSG("%s", lttng_get_readable_code(ret));
+                       MSG("%s", lttng_strerror(ret));
                }
 
                if (chan_found) {
This page took 0.023329 seconds and 4 git commands to generate.