Skip to content

Commit 7186959

Browse files
jmarshalldaviesrob
authored andcommitted
Improve "CRAM version 4.0 is still draft" wording
In particular, shorten to two lines and improve the line break.
1 parent 41e11f9 commit 7186959

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

cram/cram_io.c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5688,10 +5688,9 @@ int cram_set_voption(cram_fd *fd, enum hts_fmt_option opt, va_list args) {
56885688

56895689
if (major > 3 || (major == 3 && minor > 0)) {
56905690
hts_log_warning(
5691-
"CRAM version %s is still in draft and is subject to\n"
5692-
"change. Please consider this a technology demonstration "
5693-
"and do not use for\n"
5694-
"long term archival of data.", s);
5691+
"CRAM version %s is still a draft and subject to change.\n"
5692+
"This is a technology demonstration that should not be "
5693+
"used for archival data.", s);
56955694
}
56965695

56975696
fd->version = major*256 + minor;

0 commit comments

Comments
 (0)