diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-18 15:02:01 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-18 15:02:01 +0000 |
commit | 54063b8cdf55bf0c420c26e5cae27769d8bd5c8c (patch) | |
tree | 397af099e9bbd4404f007cfb65cff3e212c261be | |
parent | f37324389421b82e84d40a384ee91c705ff6f8bc (diff) | |
download | drakx-54063b8cdf55bf0c420c26e5cae27769d8bd5c8c.tar drakx-54063b8cdf55bf0c420c26e5cae27769d8bd5c8c.tar.gz drakx-54063b8cdf55bf0c420c26e5cae27769d8bd5c8c.tar.bz2 drakx-54063b8cdf55bf0c420c26e5cae27769d8bd5c8c.tar.xz drakx-54063b8cdf55bf0c420c26e5cae27769d8bd5c8c.zip |
can't make my mind
-rw-r--r-- | mdk-stage1/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/init.c b/mdk-stage1/init.c index e448a097b..7411b2b32 100644 --- a/mdk-stage1/init.c +++ b/mdk-stage1/init.c @@ -427,7 +427,7 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused)) abnormal_termination = 1; } else if (WIFEXITED(wait_status) && WEXITSTATUS(wait_status) == exit_value_proceed) { kill(klog_pid, 9); - printf("proceeding\n"); + printf("proceeding...\n"); return 0; } else printf("install succeeded\n"); |