소스 검색

the terminate events are not executed??git add --all

Sebastian 7 년 전
부모
커밋
5732fdb979
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      CoffeeCode/main.cpp

+ 1 - 0
CoffeeCode/main.cpp

@@ -191,6 +191,7 @@ void terminationHandler(int signum) {
 	logger(V_NONE, "Caught signal %d, exiting gracefully..\n", signum);
 	stopTimers();
 
+	//TODO This event is not fired anymore...
 	event_trigger("terminate");
 
 	/*logger(V_NONE, "Saving my state to the database..\n");