X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fdestroy.c;h=0314b767e9fb0269ce431424d44d921a1aa9ff69;hb=918b68890dd611699d8401664be59b59e3ae7501;hp=e0bafc475b6451cd4e3d0c8cd6b79583609936f4;hpb=6c5f583c3b31f5e3c240c9e4befa6b86c8b438e2;p=lttng-tools.git diff --git a/src/bin/lttng/commands/destroy.c b/src/bin/lttng/commands/destroy.c index e0bafc475..0314b767e 100644 --- a/src/bin/lttng/commands/destroy.c +++ b/src/bin/lttng/commands/destroy.c @@ -226,7 +226,8 @@ int cmd_destroy(int argc, const char **argv) /* Recuperate all sessions for further operation */ count = lttng_list_sessions(&sessions); if (count < 0) { - command_ret = count; + ERR("%s", lttng_strerror(count)); + command_ret = CMD_ERROR; success = 0; goto mi_closing; }