]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/BamIndex.cpp
updated debugging output in BamIndex, seek vs. calculate distinction
[bamtools.git] / src / api / BamIndex.cpp
index fabfbf12a3041669dbed501680e04ba4ede2f4cc..fb85d07038893f95347e448688c3edf8edf8b506 100644 (file)
@@ -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;
 }