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

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

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(