mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-24 15:20:02 +02:00
minor print fix
This commit is contained in:
parent
f078e6147d
commit
e80bc905d6
@ -1275,7 +1275,7 @@ int Feb_Control_GetInterruptSubframe() {
|
|||||||
// inconsistent
|
// inconsistent
|
||||||
if (value[0] != value[1]) {
|
if (value[0] != value[1]) {
|
||||||
LOG(logERROR, ("Inconsistent values of interrupt subframe betweeen "
|
LOG(logERROR, ("Inconsistent values of interrupt subframe betweeen "
|
||||||
"left %d and right %d\n",
|
"right %d and left %d\n",
|
||||||
value[0], value[1]));
|
value[0], value[1]));
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user