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:
reimar 2007-11-17 18:23:46 +00:00
parent f647aa04e6
commit ed3b33cf03
1 changed files with 1 additions and 1 deletions

View File

@ -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
}