From 35cf7e45eef23fda92c0a0852530fcc2bc3062e4 Mon Sep 17 00:00:00 2001 From: circulosmeos Date: Mon, 26 Aug 2019 17:34:34 +0200 Subject: [PATCH] little log amend --- gztool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gztool.c b/gztool.c index 434ee38..70a4102 100644 --- a/gztool.c +++ b/gztool.c @@ -1022,7 +1022,7 @@ local struct returned_output build_index( assert( NULL != here ); - printToStderr( VERBOSITY_EXCESSIVE, "Starting from index point %d (@%ld=>%ld).\n", actual_index_point, here->in, here->out ); + printToStderr( VERBOSITY_EXCESSIVE, "Starting from index point %d (@%ld->%ld).\n", actual_index_point, here->in, here->out ); // fseek in data for correct position // using here index data: