1
0

Removed unneeded statement

Also LOGINFO'd "Starting WebAdmin"
This commit is contained in:
Tiger Wang
2013-09-30 21:17:52 +01:00
parent 9c7cfd29ad
commit 20902e125c
2 changed files with 2 additions and 3 deletions

View File

@@ -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(