Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
linuxdvb: rotor - fix USALS goto position value in log
  • Loading branch information
perexg committed Sep 19, 2014
1 parent 885d9ff commit 7087d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts/linuxdvb/linuxdvb_rotor.c
Expand Up @@ -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++) {
Expand Down

0 comments on commit 7087d29

Please sign in to comment.