summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pttbbs/mbbsd/admin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pttbbs/mbbsd/admin.c b/pttbbs/mbbsd/admin.c
index df5045fe..89f45f49 100644
--- a/pttbbs/mbbsd/admin.c
+++ b/pttbbs/mbbsd/admin.c
@@ -246,6 +246,7 @@ search_key_user(const char *passwdfile, int mode)
if (ch == 's' && !mode) {
if (retrieve_backup(&user) >= 0) {
fclose(fp1);
+ vmsg("已成功\取用備份資料。\n");
return 0;
}
}