linuxdvb: rotor - fix USALS goto position value in log

This commit is contained in:
Jaroslav Kysela 2014-09-19 22:44:47 +02:00
parent 885d9ff077
commit 7087d29dd5

View file

@ -259,7 +259,7 @@ linuxdvb_rotor_usals_tune
return 0;
tvhtrace("diseqc", "rotor USALS goto %0.1f%c (motor %0.2f %sclockwise)",
fabs(pos), (pos > 0.0) ? 'E' : 'W',
fabs(lr->lr_sat_lon), (lr->lr_sat_lon > 0.0) ? 'E' : 'W',
motor_angle, (motor_angle > 0.0) ? "counter-" : "");
for (i = 0; i <= ls->lse_parent->ls_diseqc_repeats; i++) {