]> git.donarmstrong.com Git - bamtools.git/commitdiff
updated debugging output in BamIndex, seek vs. calculate distinction
authorErik Garrison <erik.garrison@bc.edu>
Sat, 11 Sep 2010 17:27:30 +0000 (13:27 -0400)
committerErik Garrison <erik.garrison@bc.edu>
Sat, 11 Sep 2010 17:27:30 +0000 (13:27 -0400)
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;
 }