Fix: wrong type specifier used with long argument
[babeltrace.git] / cli / babeltrace-cfg-cli-args.c
index bd1bcc530ed07d3c4b8fc9b167dffb4158a1bcb0..58739d26d51f8f850aeab06a60bbb29e15812f7d 100644 (file)
@@ -2604,7 +2604,7 @@ struct bt_config *bt_config_run_from_args(int argc, const char *argv[],
                        break;
                case OPT_RETRY_DURATION:
                        if (retry_duration < 0) {
-                               printf_err("--retry-duration option's argument must be positive or 0: %lld\n",
+                               printf_err("--retry-duration option's argument must be positive or 0: %ld\n",
                                        retry_duration);
                                goto error;
                        }
This page took 0.022712 seconds and 4 git commands to generate.