[xiph-commits] r16528 - trunk/ezstream/src
moritz at svn.xiph.org
moritz at svn.xiph.org
Sat Aug 29 02:37:39 PDT 2009
Author: moritz
Date: 2009-08-29 02:37:39 -0700 (Sat, 29 Aug 2009)
New Revision: 16528
Modified:
trunk/ezstream/src/ezstream.c
Log:
Remove pointless and (at this point) irritating warning message.
Modified: trunk/ezstream/src/ezstream.c
===================================================================
--- trunk/ezstream/src/ezstream.c 2009-08-29 09:36:18 UTC (rev 16527)
+++ trunk/ezstream/src/ezstream.c 2009-08-29 09:37:39 UTC (rev 16528)
@@ -1001,9 +1001,6 @@
* bit more logical.
*/
playlist_rewind(playlist);
- if (vFlag && playlist_get_num_items(playlist) == 0)
- printf("%s: Warning: Playlist '%s' is empty\n",
- __progname, fileName);
}
if (!pezConfig->fileNameIsProgram && pezConfig->shuffle)
More information about the commits
mailing list