From: Jonathan Rajotte Date: Wed, 10 Jul 2019 14:32:38 +0000 (-0400) Subject: trimmer: proper formatting of timestamp conversion error X-Git-Tag: v2.0.0-rc1~508 X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=8e67b87333fbfcb27274f299897dfba30dc331c7;hp=29c477efa2ae736e9570c9789ecc89e9831ae453;p=babeltrace.git 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 --- 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; }