Fix: grab more than one packet for snapshots
[lttng-tools.git] / src / bin / lttng / commands / snapshot.c
index 4b38edf623d157ffad7a6d11a6a01bb802995832..846e9badc168c07da31dfea7e20579b8871d4dc2 100644 (file)
@@ -568,9 +568,7 @@ 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("The minimum size of a snapshot is computed by multiplying "
-                                       "the total amount of streams with the largest subbuffer "
-                                       "in the session.");
+                       ERR("Invalid snapshot size. Cannot fit at least one packet per stream.");
                }
                goto error;
        }
This page took 0.024898 seconds and 5 git commands to generate.