summaryrefslogtreecommitdiffstats
path: root/mdk-stage1
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-10-23 10:50:24 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-10-23 10:50:24 +0000
commit39b4da2d40aba161a919835de1bf1e0e75b4b278 (patch)
treeb27f591b49c52069c1211956ea10269bdd24b486 /mdk-stage1
parent409fcbde074c4f455e9bfb0a60bdf29db2ddee94 (diff)
downloaddrakx-backup-do-not-use-39b4da2d40aba161a919835de1bf1e0e75b4b278.tar
drakx-backup-do-not-use-39b4da2d40aba161a919835de1bf1e0e75b4b278.tar.gz
drakx-backup-do-not-use-39b4da2d40aba161a919835de1bf1e0e75b4b278.tar.bz2
drakx-backup-do-not-use-39b4da2d40aba161a919835de1bf1e0e75b4b278.tar.xz
drakx-backup-do-not-use-39b4da2d40aba161a919835de1bf1e0e75b4b278.zip
a bit more logging info in case of failure
Diffstat (limited to 'mdk-stage1')
-rw-r--r--mdk-stage1/stage1.c2
1 files changed, 1 insertions, 1 deletions
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];