소스 검색

Merge pull request #1279 from GameServerManagers/feature/chaos-debugprint

Adjustment to debug mode
Daniel Gibbs 9 년 전
부모
커밋
90a9eef2d8
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      lgsm/functions/command_debug.sh

+ 3 - 0
lgsm/functions/command_debug.sh

@@ -106,6 +106,9 @@ else
 	${executable} ${parms}
 fi
 
+fn_print_dots "Stopping debug"
+sleep 1
+fn_print_ok_nl "Stopping debug"
 # remove trap.
 trap - INT
 core_exit.sh