X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=liblttngctl%2Flttngctl.c;h=90977f8c3caa19190601089a0657b51ba0d0195c;hb=6636f946fcc80ae1d72bf9c317ce2964aa385294;hp=4c4cf80d33d866916510d774910a4ca231fca156;hpb=f84efadf55274918ca038a4e06e0a8af1a320654;p=lttng-tools.git 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";