Reduced size mismtach test severity to WARNING.

This shall avoid the risk of false positives as long as the test is new.
This commit is contained in:
Thomas Schmitt 2011-02-23 12:11:57 +01:00
parent 0173c51c23
commit dfdaa2902a
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, "FATAL", 0);
0, "WARNING", 0);
}
#ifdef Libisofs_with_pthread_exiT