Removed unneeded statement
Also LOGINFO'd "Starting WebAdmin"
This commit is contained in:
parent
9c7cfd29ad
commit
20902e125c
@ -184,8 +184,7 @@ void cRoot::Start(void)
|
||||
long long finishmseconds = Time.GetNowTime();
|
||||
finishmseconds -= mseconds;
|
||||
|
||||
if ((finishmseconds > 1) || (finishmseconds == 0)) { LOG("Startup complete, took %i miliseconds!", finishmseconds); } // Milisecs, why not :P
|
||||
else { LOG("Startup complete, took 1 milisecond!"); }
|
||||
LOG("Startup complete, took %i ms!", finishmseconds);
|
||||
|
||||
while (!m_bStop && !m_bRestart) // These are modified by external threads
|
||||
{
|
||||
|
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user