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

@ -284,7 +284,9 @@ void DataProcessor::StopProcessing(char* buf) {
file->CloseCurrentFile();
StopRunning();
cprintf(BLUE,"%d: Processing Completed\n", index);
#ifdef VERBOSE
printf("%d: Processing Completed\n", index);
#endif
}