Test: java-jul:missing static test files for dist and out of tree build
[lttng-tools.git] / src / bin / lttng / commands / snapshot.c
index 94deb0cfa2eb0f06acd61cd68daf5efc9ac51874..936379eed061f123f099ad70f3ccaa59f72a2e9b 100644 (file)
@@ -372,6 +372,9 @@ static int record(const char *url)
 
        ret = lttng_snapshot_record(current_session_name, output, 0);
        if (ret < 0) {
+               if (ret == -LTTNG_ERR_MAX_SIZE_INVALID) {
+                       ERR("Invalid snapshot size. Cannot fit at least one packet per stream.");
+               }
                goto error;
        }
 
This page took 0.040506 seconds and 4 git commands to generate.