Skip to content

Commit

Permalink
little log amend
Browse files Browse the repository at this point in the history
  • Loading branch information
circulosmeos committed Aug 26, 2019
1 parent 174e0be commit 35cf7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gztool.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 35cf7e4

Please sign in to comment.