gui works

This commit is contained in:
Dhanya Maliakal
2017-02-28 13:42:56 +01:00
parent 3aac30b8ee
commit 447c5bb8fe
10 changed files with 254 additions and 95 deletions

View File

@@ -61,7 +61,7 @@ int ThreadObject::CreateThread() {
return FAIL;
}
alive = true;
FILE_LOG (logINFO) << GetType() << " thread " << index << " created successfully.";
FILE_LOG (logDEBUG) << GetType() << " thread " << index << " created successfully.";
return OK;
}