upgrade: Improve english messages on apk-tools/baselibs upgrade transaction.

cute-signatures
William Pitcock 2011-04-09 08:05:49 -05:00
parent 91c4cc6c18
commit 2911d0cad2
1 changed files with 2 additions and 2 deletions

View File

@ -46,13 +46,13 @@ int apk_do_self_upgrade(struct apk_database *db, struct apk_state *state)
return 0;
}
apk_message("Uprading first to new apk-tools:");
apk_message("Upgrading critical system libraries and apk-tools:");
state->print_ok = 0;
r = apk_state_commit(state);
apk_state_unref(state);
apk_db_close(db);
apk_message("Performing rest of the operation:");
apk_message("Continuing the upgrade transaction with new apk-tools:");
execvp(apk_argv[0], apk_argv);
apk_error("PANIC! Failed to re-execute new apk-tools!");