diff --git a/server/wsproxy/GCListener.cc b/server/wsproxy/GCListener.cc index 067c841..1041fef 100644 --- a/server/wsproxy/GCListener.cc +++ b/server/wsproxy/GCListener.cc @@ -1,6 +1,6 @@ #include "precompile.h" -#include +#include #include #include diff --git a/server/wsproxy/constant.h b/server/wsproxy/constant.h index 0e601e0..7819b90 100644 --- a/server/wsproxy/constant.h +++ b/server/wsproxy/constant.h @@ -31,7 +31,7 @@ enum PlayerState_e PS_WaitingMatch }; -const char* const PROJ_NAME = "matchvs_masterserver"; +const char* const PROJ_NAME = "game1008_wsproxy"; const char* const PROJ_ROOT = "/data/logs/%s"; const int POSTFIX_LEN = 7;