X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sam_header.c;h=05d75deb2c4ced014c6ae5f8612260d05b34660a;hb=165f1d8cb88f04a48b7da3f4e5e5fd2a4f074972;hp=036ea88d28c7b2b82bd05606bbd79120887e86f3;hpb=afda9d0ed6428b3e54d6acf010e77f5f49184fae;p=samtools.git diff --git a/sam_header.c b/sam_header.c index 036ea88..05d75de 100644 --- a/sam_header.c +++ b/sam_header.c @@ -351,7 +351,7 @@ static HeaderLine *sam_header_line_parse(const char *headerLine) while (*to && *to!='\t') to++; if ( to-from != 2 ) { - debug("[sam_header_line_parse] expected '@XY', got [%s]\n", headerLine); + debug("[sam_header_line_parse] expected '@XY', got [%s]\nHint: The header tags must be tab-separated.\n", headerLine); return 0; }