This commit is contained in:
2021-06-28 17:48:11 +02:00
parent 814e8898d8
commit 2044ea1cc7

View File

@ -2408,7 +2408,7 @@ int stopStateMachine() {
printf("Transmitting...\n");
}
}
LOG(logINFO, ("Beb: Detector has sent all data\n"));
LOG(logINFO, ("Beb: Detector has sent all data (stop)\n"));
// reset feb and beb
sharedMemory_lockLocalLink();
@ -2556,7 +2556,7 @@ void readFrame(int *ret, char *mess) {
printf("Transmitting...\n");
}
}
LOG(logINFO, ("Detector has sent all data\n"));
LOG(logINFO, ("Beb: Detector has sent all data (acquire)\n"));
LOG(logINFOGREEN, ("Acquisition successfully finished\n"));
#endif
}