diff --git a/server/tp_core/core/main.cpp b/server/tp_core/core/main.cpp index 98b3886..bc49d8b 100644 --- a/server/tp_core/core/main.cpp +++ b/server/tp_core/core/main.cpp @@ -23,7 +23,7 @@ bool g_is_debug = false; static ex_u8 g_run_type = RUN_UNKNOWN; -#define EOM_CORE_SERVICE_NAME L"EOM Teleport Core Service" +#define EOM_CORE_SERVICE_NAME L"Teleport Core Service" static bool _run_daemon(void); diff --git a/server/tp_web/src/main.cpp b/server/tp_web/src/main.cpp index a40bfff..01654a1 100644 --- a/server/tp_web/src/main.cpp +++ b/server/tp_web/src/main.cpp @@ -36,7 +36,7 @@ static ex_wstr g_py_main_func; #define RUN_UNINST_SRV 4 static ex_u8 g_run_type = RUN_UNKNOWN; -#define EOM_WEB_SERVICE_NAME L"EOM Teleport Web Service" +#define EOM_WEB_SERVICE_NAME L"Teleport Web Service" static bool _run_daemon(void);