From 7b783f9cda85ed44d8d6ffdfc6dd025668c77f50 Mon Sep 17 00:00:00 2001 From: apathy Date: Sat, 7 Jan 2017 00:55:10 -0600 Subject: [PATCH] Fix crash on windows --- src/stationchat/main.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/stationchat/main.cpp b/src/stationchat/main.cpp index 0c147cf..5fe6ac6 100644 --- a/src/stationchat/main.cpp +++ b/src/stationchat/main.cpp @@ -1,8 +1,5 @@ - -#define ELPP_DISABLE_DEFAULT_CRASH_HANDLING 1 -#define ELPP_NO_DEFAULT_LOG_FILE - +#define ELPP_DEFAULT_LOG_FILE "var/log/swgchat.log" #include "easylogging++.h" #include "StationChatApp.hpp"