Просмотр исходного кода

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

Sebastian 7 лет назад
Родитель
Сommit
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");