print cosmetic
This commit is contained in:
@@ -142,7 +142,7 @@ void Training::shellSlot(int time, int sector) {
|
||||
// time is given in ms
|
||||
// counting of sector beginns at 1
|
||||
|
||||
cout << "received Shelltime: " << time << sector << endl;
|
||||
cout << "received Shelltime: " << time << " " << sector << endl;
|
||||
|
||||
if (started && !paused && !this->finished) {
|
||||
if (firstTimeShell) {
|
||||
@@ -232,7 +232,7 @@ void Training::deaSlot(int time, int sector) {
|
||||
// time is given in ms
|
||||
// counting of sector beginns at 1
|
||||
|
||||
cout << "received Deatime: " << time << sector << endl;
|
||||
cout << "received Deatime: " << time << " " << sector << endl;
|
||||
|
||||
if (started && !paused && !this->finished) {
|
||||
if (firstTimeDea) {
|
||||
|
||||
Reference in New Issue
Block a user