Create stream files relative to a stream's current trace chunk
[lttng-tools.git] / src / bin / lttng / commands / snapshot.c
index 33ab5d99516186814987f251df01a952eb2b9a29..904ebae15c8450b6ff1d887fdce3a883d5c648f4 100644 (file)
@@ -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;
        }
This page took 0.023287 seconds and 4 git commands to generate.