From: Erik Garrison Date: Sat, 11 Sep 2010 17:27:30 +0000 (-0400) Subject: updated debugging output in BamIndex, seek vs. calculate distinction X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ccd532ba03f9ef6a5fa8cb18c2da58f79e0b4ae0;hp=c1f2fcd24b981996e933267541de9a2972277db3;p=bamtools.git updated debugging output in BamIndex, seek vs. calculate distinction --- diff --git a/src/api/BamIndex.cpp b/src/api/BamIndex.cpp index fabfbf1..fb85d07 100644 --- a/src/api/BamIndex.cpp +++ b/src/api/BamIndex.cpp @@ -999,7 +999,7 @@ bool BamToolsIndex::BamToolsIndexPrivate::Jump(const BamRegion& region) { } } - if ( !result ) fprintf(stderr, "ERROR: Could not jump: unable to calculate offset for specified region.\n"); + if ( !result ) fprintf(stderr, "ERROR: Could not jump: unable to seek to offset for specified region.\n"); return result; }