mirror of https://github.com/mpv-player/mpv
Fix typo in message.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31256 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6b255e5083
commit
a564c5a6cc
|
@ -578,7 +578,7 @@ int cache_do_control(stream_t *stream, int cmd, void *arg) {
|
|||
cache_wakeup(stream);
|
||||
while (s->control != -1) {
|
||||
if (sleep_count++ == 1000)
|
||||
mp_msg(MSGT_CACHE, MSGL_WARN, "Cache no responding!\n");
|
||||
mp_msg(MSGT_CACHE, MSGL_WARN, "Cache not responding!\n");
|
||||
if (stream_check_interrupt(CONTROL_SLEEP_TIME)) {
|
||||
s->eof = 1;
|
||||
return STREAM_UNSUPPORTED;
|
||||
|
|
Loading…
Reference in New Issue