aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/Thread
diff options
context:
space:
mode:
authorShlomo Hecht <shlomo@twine-s.com>2018-10-17 12:11:53 +0300
committerShlomo Hecht <shlomo@twine-s.com>2018-10-17 12:11:53 +0300
commit8d8035d7c7382e9aa74f4a42aa1cd9080a4c2095 (patch)
tree4deb1f71106b615c33d494c3e3d9ac4c616cd6a3 /Software/Embedded_SW/Embedded/Modules/Thread
parent24d42fbd0c7a3202039d0c0f014a91b49d2fab3d (diff)
downloadTango-8d8035d7c7382e9aa74f4a42aa1cd9080a4c2095.tar.gz
Tango-8d8035d7c7382e9aa74f4a42aa1cd9080a4c2095.zip
fix diagnostics calculated error
Diffstat (limited to 'Software/Embedded_SW/Embedded/Modules/Thread')
-rw-r--r--Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
index 28e2ecdf0..54309a187 100644
--- a/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
+++ b/Software/Embedded_SW/Embedded/Modules/Thread/Thread_print.c
@@ -737,7 +737,7 @@ char Endstr[150];
int Motor_i;
ThreadControlActive = false;
- usnprintf(Endstr, 100, "Total processed length: Feeder: %d Pooler %d",(int)TotalProcessedLength,(int)PoolerTotalProcessedLength);
+ usnprintf(Endstr, 100, "Total _processed length: Feeder: %d Pooler %d",(int)TotalProcessedLength,(int)PoolerTotalProcessedLength);
SendJobProgress(0.0,0,false, Endstr);
Report(Endstr,__FILE__,__LINE__,(int)TotalProcessedLength,RpWarning,(int)PoolerTotalProcessedLength,0);