[MPlayer-cvslog] r31256 - trunk/stream/cache2.c
reimar
subversion at mplayerhq.hu
Fri May 28 22:59:53 CEST 2010
Author: reimar
Date: Fri May 28 22:59:53 2010
New Revision: 31256
Log:
Fix typo in message.
Modified:
trunk/stream/cache2.c
Modified: trunk/stream/cache2.c
==============================================================================
--- trunk/stream/cache2.c Fri May 28 20:49:02 2010 (r31255)
+++ trunk/stream/cache2.c Fri May 28 22:59:53 2010 (r31256)
@@ -578,7 +578,7 @@ int cache_do_control(stream_t *stream, i
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;
More information about the MPlayer-cvslog
mailing list