Closed lerwys closed 8 years ago
Issue by lerwys Tuesday Oct 21, 2014 at 17:29 GMT Originally opened as https://github.com/lnls-dig/bpm-sw/issues/40
Problem: The debug message is as follows:
"TRACE: [09-01-14 23:21:12] [sm_io:acq] data_acquire: Previous acq params: number of samples = 9, channel = 1000"
But it should be:
"TRACE: [09-01-14 23:21:12] [sm_io:acq] data_acquire: Previous acq params: number of samples = 1000, channel = 9"
Solution: Just fix the output string. The parameters are OK.
Comment by lerwys Tuesday Nov 25, 2014 at 16:25 GMT
This was fixed in commit 4c8ee1b8f8
Issue by lerwys Tuesday Oct 21, 2014 at 17:29 GMT Originally opened as https://github.com/lnls-dig/bpm-sw/issues/40
Problem: The debug message is as follows:
"TRACE: [09-01-14 23:21:12] [sm_io:acq] data_acquire: Previous acq params: number of samples = 9, channel = 1000"
But it should be:
"TRACE: [09-01-14 23:21:12] [sm_io:acq] data_acquire: Previous acq params: number of samples = 1000, channel = 9"
Solution: Just fix the output string. The parameters are OK.