Fix: lttng UI failed to report error 19
[lttng-tools.git] / src / bin / lttng / commands / calibrate.c
index 600765fcc2d79c312adeee2e2e9e08af57bda8dc..9c524bd12509286b91331153757c1313fe6c8d3b 100644 (file)
@@ -151,6 +151,7 @@ static int calibrate_lttng(void)
                calibrate.type = LTTNG_CALIBRATE_FUNCTION;
                ret = lttng_calibrate(handle, &calibrate);
                if (ret < 0) {
+                       ERR("%s", lttng_strerror(ret));
                        goto error;
                }
                MSG("%s calibration done", opt_kernel ? "Kernel" : "UST");
This page took 0.024753 seconds and 4 git commands to generate.