X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fsnapshot.c;h=904ebae15c8450b6ff1d887fdce3a883d5c648f4;hb=3e3665b89947ebdd812bcfaca1090d22b34d5778;hp=33ab5d99516186814987f251df01a952eb2b9a29;hpb=54213acc35b30fa5e95dd275c31cfb584d4e4abf;p=lttng-tools.git diff --git a/src/bin/lttng/commands/snapshot.c b/src/bin/lttng/commands/snapshot.c index 33ab5d995..904ebae15 100644 --- a/src/bin/lttng/commands/snapshot.c +++ b/src/bin/lttng/commands/snapshot.c @@ -375,6 +375,7 @@ static int cmd_del_output(int argc, const char **argv) long id; if (argc < 2) { + ERR("A snapshot output name or id must be provided to delete a snapshot output."); ret = CMD_ERROR; goto end; }