This commit is contained in:
2020-04-06 17:59:06 +02:00
parent 80e55cd4da
commit 456b96446f
2 changed files with 5 additions and 1 deletions

View File

@ -1526,7 +1526,7 @@ enum runStatus getRunStatus(){
if(virtual_status == 0){
LOG(logINFOBLUE, ("Status: IDLE\n"));
return IDLE;
}else{
} else{
LOG(logINFOBLUE, ("Status: RUNNING\n"));
return RUNNING;
}