Removed unneeded statement
Also LOGINFO'd "Starting WebAdmin"
This commit is contained in:
@@ -286,7 +286,7 @@ bool cWebAdmin::Init(int a_Port)
|
||||
}
|
||||
|
||||
|
||||
LOGD("Starting WebAdmin on port %i", m_Port);
|
||||
LOGINFO("Starting WebAdmin on port %i", m_Port);
|
||||
|
||||
#ifdef _WIN32
|
||||
HANDLE hThread = CreateThread(
|
||||
|
||||
Reference in New Issue
Block a user