summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-12-03 18:40:27 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-12-03 18:40:27 +0000
commit02ce8756f0856cde919230d424150e93b9ef7a35 (patch)
treedb0d01d2e8a54f9818e1f93e7a9d4346894f4af1 /mdk-stage1/stage1.c
parent62d109fc07cb216b45aa1749410e0fb254729d7f (diff)
downloaddrakx-backup-do-not-use-02ce8756f0856cde919230d424150e93b9ef7a35.tar
drakx-backup-do-not-use-02ce8756f0856cde919230d424150e93b9ef7a35.tar.gz
drakx-backup-do-not-use-02ce8756f0856cde919230d424150e93b9ef7a35.tar.bz2
drakx-backup-do-not-use-02ce8756f0856cde919230d424150e93b9ef7a35.tar.xz
drakx-backup-do-not-use-02ce8756f0856cde919230d424150e93b9ef7a35.zip
*** empty log message ***
Diffstat (limited to 'mdk-stage1/stage1.c')
-rw-r--r--mdk-stage1/stage1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c
index 2bc7f8084..f659abdc0 100644
--- a/mdk-stage1/stage1.c
+++ b/mdk-stage1/stage1.c
@@ -609,7 +609,7 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused))
stg1_error_message(DISTRIB_NAME " typically needs more than %d Mbytes of memory (detected %d Mbytes). You may proceed, but the machine may crash or lock up for no apparent reason. Continue at your own risk. Alternatively, you may reboot your system now.",
MEM_LIMIT_MOVE, total_memory());
if (mandrake_move_pre() != RETURN_OK)
- stg1_error_message("Fatal error when preparing Mandrake Move.");
+ stg1_error_message("Fatal error when preparing MandrakeMove.");
#endif
#ifndef DISABLE_DISK
@@ -629,7 +629,7 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused))
#ifdef MANDRAKE_MOVE
if (mandrake_move_post() != RETURN_OK)
- stg1_error_message("Fatal error when launching Mandrake Move.");
+ stg1_error_message("Fatal error when launching MandrakeMove.");
#endif
if (shell_pid != 0) {