mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
wip
This commit is contained in:
@ -3771,7 +3771,7 @@ int program_fpga(int file_des) {
|
||||
}
|
||||
// print progress
|
||||
LOG(logINFO,
|
||||
("\tCopying Program to /var/tmp/:%d%%\r",
|
||||
("\t%d%%\r",
|
||||
(int)(((double)(totalsize - filesize) / totalsize) * 100)));
|
||||
fflush(stdout);
|
||||
}
|
||||
|
Reference in New Issue
Block a user