From dfdaa2902a21335847784c2b7931b4d1fa455945 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 23 Feb 2011 12:11:57 +0100 Subject: [PATCH] Reduced size mismtach test severity to WARNING. This shall avoid the risk of false positives as long as the test is new. --- libisofs/ecma119.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libisofs/ecma119.c b/libisofs/ecma119.c index 9911345..ae79eb6 100644 --- a/libisofs/ecma119.c +++ b/libisofs/ecma119.c @@ -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