trimmer: proper formatting of timestamp conversion error
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 10 Jul 2019 14:32:38 +0000 (10:32 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 10 Jul 2019 15:27:28 +0000 (11:27 -0400)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Change-Id: I7da192ae19fd1223bce9d10d2263d91aa698f925
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1677
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/plugins/utils/trimmer/trimmer.c

index 720b4f812b4a2c20c0ddd1000f36284031760316..79ceed0a9a79bf5ab29d262fc217f5d757d27bf5 100644 (file)
@@ -882,7 +882,7 @@ int set_trimmer_iterator_bound(struct trimmer_iterator *trimmer_it,
 
        if (!res) {
                BT_COMP_LOGE_ERRNO("Cannot convert timestamp to date and time",
-                       "ts=%" PRId64, (int64_t) time_seconds);
+                       "ts=%" PRId64, (int64_t) time_seconds);
                ret = -1;
                goto end;
        }
This page took 0.024779 seconds and 4 git commands to generate.