From ed450a6b4a5e38d9d22001f33a37e9e92de0eaec Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Thu, 6 Sep 2018 23:57:26 +0800 Subject: [PATCH] 1 --- server/wsproxy/GCListener.cc | 2 +- server/wsproxy/constant.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;