summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3-blkcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta3/xdelta3-blkcache.h')
-rw-r--r--xdelta3/xdelta3-blkcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xdelta3/xdelta3-blkcache.h b/xdelta3/xdelta3-blkcache.h
index 46a6a6e..56b8973 100644
--- a/xdelta3/xdelta3-blkcache.h
+++ b/xdelta3/xdelta3-blkcache.h
@@ -384,7 +384,7 @@ main_read_seek_source (xd3_stream *stream,
384 384
385 sfile->seek_failed = 1; 385 sfile->seek_failed = 1;
386 386
387 if (option_verbose > 1) 387 if (option_verbose > 1 && pos != sfile->source_position)
388 { 388 {
389 XPR(NT "non-seekable source skipping %"Q"u bytes @ %"Q"u\n", 389 XPR(NT "non-seekable source skipping %"Q"u bytes @ %"Q"u\n",
390 pos - sfile->source_position, 390 pos - sfile->source_position,