lnls-dig / halcs

Hardware Abstraction Layer for Control Systems
GNU General Public License v3.0
1 stars 4 forks source link

[CLOSED] [smio:acq] Wrong "previous params" debug message in acquisition #40

Closed lerwys closed 8 years ago

lerwys commented 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.

lerwys commented 8 years ago

Comment by lerwys Tuesday Nov 25, 2014 at 16:25 GMT


This was fixed in commit 4c8ee1b8f8