Fix: grab more than one packet for snapshots
[lttng-tools.git] / src / bin / lttng / commands / snapshot.c
index 2d250afc37cfb01df040159936dcbef24444f90d..936379eed061f123f099ad70f3ccaa59f72a2e9b 100644 (file)
@@ -373,9 +373,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.024575 seconds and 4 git commands to generate.