From 4ad14a53da79108882420e88ad839c929da5be8f Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 12 Jan 2001 14:19:06 +0000 Subject: - fix behaviour with bad ISO images (DISK installs) - better dialogs for DISK installs --- mdk-stage1/lomount.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mdk-stage1/lomount.c') diff --git a/mdk-stage1/lomount.c b/mdk-stage1/lomount.c index bf152af26..281de4a93 100644 --- a/mdk-stage1/lomount.c +++ b/mdk-stage1/lomount.c @@ -145,7 +145,6 @@ lomount(char *loopfile, char *where) } if (my_mount(loopdev, where, "iso9660")) { - log_message("mount failed: %s", strerror(errno)); del_loop(loopdev); return 1; } -- cgit v1.2.1