From ccd532ba03f9ef6a5fa8cb18c2da58f79e0b4ae0 Mon Sep 17 00:00:00 2001 From: Erik Garrison Date: Sat, 11 Sep 2010 13:27:30 -0400 Subject: [PATCH 1/1] updated debugging output in BamIndex, seek vs. calculate distinction --- src/api/BamIndex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2