diff --git a/server/main.cpp b/server/main.cpp index ffdd3ff..d1f8e07 100644 --- a/server/main.cpp +++ b/server/main.cpp @@ -15,7 +15,8 @@ int main() { if (!DatabaseManager::GetInstance().Init(main_context, "127.0.0.1", 33306, "root", "root_password", "socket_server")) { - Logger::Log("경고: 초기 DB 연결에 실패했습니다. (서버는 계속 실행됨)"); + Logger::Log("DB 연결에 실패했습니다."); + return 1; } NetworkService server(port, threadCount);