diff --git a/src/shuffleBed/shuffleBed.cpp b/src/shuffleBed/shuffleBed.cpp index 22b7a07943eeb62b666a37e1124b9c01af509263..d0a39a3cf3fa4ad2dc58de0b4dcaf07479db1a06 100644 --- a/src/shuffleBed/shuffleBed.cpp +++ b/src/shuffleBed/shuffleBed.cpp @@ -429,7 +429,9 @@ void BedShuffle::ChooseLocusFromInclusionFile(BED &bedEntry) { } else { cerr << "Error, line " << _bed->_lineNum - << ": the requested chromosome cannot " + << ": the requested chromosome (" + << chrom + << ") cannot " << "be found in the -incl file " << endl; } }