summaryrefslogtreecommitdiffstats
path: root/mbbsd/mbbsd.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/mbbsd.c')
-rw-r--r--mbbsd/mbbsd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c
index 0e0bc8a5..23e20f41 100644
--- a/mbbsd/mbbsd.c
+++ b/mbbsd/mbbsd.c
@@ -281,12 +281,12 @@ abort_bbs_debug(int sig)
#define CRASH_MSG ANSI_COLOR(0) \
"\r\n程式異常, 立刻斷線. \r\n" \
- "請洽 " GLOBAL_BUGREPORT " 板詳述問題發生經過。\r\n"
+ "請洽 " BN_BUGREPORT " 板詳述問題發生經過。\r\n"
#define XCPU_MSG ANSI_COLOR(0) \
"\r\n程式耗用過多計算資源, 立刻斷線。\r\n" \
"可能是 (a)執行太多耗用資源的動作 或 (b)程式掉入無窮迴圈. "\
- "請洽 " GLOBAL_BUGREPORT " 板詳述問題發生經過。\r\n"
+ "請洽 " BN_BUGREPORT " 板詳述問題發生經過。\r\n"
if(sig==SIGXCPU)
write(1, XCPU_MSG, sizeof(XCPU_MSG));