mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
Remove pointless and (at this point) irritating warning message.
git-svn-id: https://svn.xiph.org/trunk/ezstream@16528 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
parent
995c5d2b77
commit
f8c39fa992
@ -1001,9 +1001,6 @@ streamPlaylist(shout_t *shout, const char *fileName)
|
||||
* 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)
|
||||
|
Loading…
Reference in New Issue
Block a user