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