From 39b4da2d40aba161a919835de1bf1e0e75b4b278 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 23 Oct 2003 10:50:24 +0000 Subject: a bit more logging info in case of failure --- mdk-stage1/stage1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1') diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c index 2989386d9..e5fb84558 100644 --- a/mdk-stage1/stage1.c +++ b/mdk-stage1/stage1.c @@ -471,7 +471,7 @@ int mandrake_move_post(void) live_tree_ok: - if (scall(!(f = fopen(IMAGE_LOCATION_REAL "/move/symlinks", "rb")), "fopen")) + if (scall(!(f = fopen(IMAGE_LOCATION_REAL "/move/symlinks", "rb")), "fopen[" IMAGE_LOCATION_REAL "/move/symlinks]")) return RETURN_ERROR; while (fgets(buf, sizeof(buf), f)) { char oldpath[500], newpath[500]; -- cgit v1.2.1