From f98f41714fc5c7516f614e0d453f6226533d981d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 26 Feb 2017 15:55:00 +0100 Subject: srd_inst_decode(): Slightly more verbose error message. --- instance.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'instance.c') diff --git a/instance.c b/instance.c index 6c54d8d..e80afd7 100644 --- a/instance.c +++ b/instance.c @@ -1012,7 +1012,9 @@ SRD_PRIV int srd_inst_decode(struct srd_decoder_inst *di, if (abs_start_samplenum != di->abs_cur_samplenum || abs_end_samplenum < abs_start_samplenum) { - srd_dbg("incorrect sample numbers"); + srd_dbg("Incorrect sample numbers: start=%" PRIu64 ", cur=%" + PRIu64 ", end=%" PRIu64 ".", abs_start_samplenum, + di->abs_cur_samplenum, abs_end_samplenum); return SRD_ERR_ARG; } -- cgit v1.2.3-70-g09d2