X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=liblttngctl%2Flttngctl.c;h=90977f8c3caa19190601089a0657b51ba0d0195c;hp=4c4cf80d33d866916510d774910a4ca231fca156;hb=9a745bc7cbb8247543e38420fb8ba74f1756942d;hpb=147466ee4c90f00375828135def25bc7f25baaee diff --git a/liblttngctl/lttngctl.c b/liblttngctl/lttngctl.c index 4c4cf80d3..90977f8c3 100644 --- a/liblttngctl/lttngctl.c +++ b/liblttngctl/lttngctl.c @@ -636,7 +636,7 @@ int lttng_list_tracepoints(struct lttng_handle *handle, /* * Return a human readable string of code */ -const char *lttng_get_readable_code(int code) +const char *lttng_strerror(int code) { if (code > -LTTCOMM_OK) { return "Ended with errors";