diff src/streambrowser/shoutcast.c @ 2913:113454baecf8

lots of changes: most important - bookmarks code almost finished, fixed bold-text gui bug, and others...
author Calin Crisan ccrisan@gmail.com
date Fri, 15 Aug 2008 16:00:43 +0200
parents c27da2c06805
children 3134a0987162
line wrap: on
line diff
--- a/src/streambrowser/shoutcast.c	Tue Aug 12 23:49:32 2008 +0200
+++ b/src/streambrowser/shoutcast.c	Fri Aug 15 16:00:43 2008 +0200
@@ -72,7 +72,7 @@
 			g_snprintf(streaminfo_playlist_url, DEF_STRING_LEN, SHOUTCAST_STREAMINFO_URL, streaminfo_id);
 			
 			if (strncmp(streaminfo_playlist_url, streaminfo->playlist_url, DEF_STRING_LEN) == 0) {
-				debug("shoutcast: updating stream info for '%s/%d' from '%s'\n", streaminfo_name, streaminfo_id, url);
+				debug("shoutcast: updating stream info for '%s' with id %s from '%s'\n", streaminfo_name, streaminfo_id, url);
 
 				strcpy(streaminfo->name, streaminfo_name);
 				strcpy(streaminfo->playlist_url, streaminfo_playlist_url);