Incresed mismatch test severity to FATAL again.

This commit is contained in:
Thomas Schmitt 2011-02-23 20:16:59 +01:00
parent de079cec42
commit d79a3fcec4
1 changed files with 1 additions and 1 deletions

View File

@ -1426,7 +1426,7 @@ void *write_function(void *arg)
if (target->tree_end_block == 1) {
iso_msgs_submit(0,
"Image is most likely damaged. Calculated/written block address mismatch.",
0, "WARNING", 0);
0, "FATAL", 0);
}
#ifdef Libisofs_with_pthread_exiT