From d79a3fcec4988d8e0b8fe3d99add724fddeebb4a Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 23 Feb 2011 20:16:59 +0100 Subject: [PATCH] Incresed mismatch test severity to FATAL again. --- libisofs/ecma119.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libisofs/ecma119.c b/libisofs/ecma119.c index ae79eb6..9911345 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, "WARNING", 0); + 0, "FATAL", 0); } #ifdef Libisofs_with_pthread_exiT