From f42489db2d898e4e1a87765d0c318f9c85b0a806 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Wed, 10 Jul 2019 10:32:38 -0400 Subject: [PATCH] trimmer: proper formatting of timestamp conversion error Signed-off-by: Jonathan Rajotte Change-Id: I7da192ae19fd1223bce9d10d2263d91aa698f925 Reviewed-on: https://review.lttng.org/c/babeltrace/+/1677 Reviewed-by: Philippe Proulx --- src/plugins/utils/trimmer/trimmer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/utils/trimmer/trimmer.c b/src/plugins/utils/trimmer/trimmer.c index 720b4f81..79ceed0a 100644 --- a/src/plugins/utils/trimmer/trimmer.c +++ b/src/plugins/utils/trimmer/trimmer.c @@ -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; } -- 2.34.1