mirror of
https://github.com/mpv-player/mpv
synced 2024-12-17 12:25:03 +00:00
Do not print Ok message when setting speed limit failed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25067 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f647aa04e6
commit
ed3b33cf03
@ -116,7 +116,7 @@ static void dvd_set_speed(char *device, unsigned speed)
|
||||
|
||||
if (ioctl(fd, SG_IO, &sghdr) < 0) {
|
||||
mp_msg(MSGT_OPEN, MSGL_INFO, MSGTR_DVDlimitFail);
|
||||
}
|
||||
} else
|
||||
mp_msg(MSGT_OPEN, MSGL_INFO, MSGTR_DVDlimitOk);
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user