Skip to content

Commit

Permalink
stored: use M_FATAL on compressed NDMP datastream
Browse files Browse the repository at this point in the history
  • Loading branch information
arogge committed Feb 24, 2022
1 parent 382f73c commit 3be6ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/stored/ndmp_tape.cc
Expand Up @@ -425,7 +425,7 @@ static inline bool bndmp_read_data_from_block(JobControlRecord* jcr,
*data_length = 0;
return true;
case STREAM_COMPRESSED_DATA: // Got compressed data ndmp cannot handle
Jmsg0(jcr, M_ERROR, 0,
Jmsg0(jcr, M_FATAL, 0,
_("Encountered STREAM_COMPRESSED_DATA which cannot be handled by "
"NDMP. Make sure read device device will inflate and not "
"deflate when reading. "
Expand Down

0 comments on commit 3be6ab6

Please sign in to comment.