Revision: 2220
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2220&view=rev
Author: tmzullinger
Date: 2009-01-18 05:20:11 +0000 (Sun, 18 Jan 2009)
Log Message:
-----------
Quiet artwork mhii_link warning
Modified Paths:
--------------
libgpod/trunk/ChangeLog
libgpod/trunk/src/db-artwork-parser.c
Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog 2009-01-17 12:07:49 UTC (rev 2219)
+++ libgpod/trunk/ChangeLog 2009-01-18 05:20:11 UTC (rev 2220)
@@ -1,3 +1,7 @@
+2009-01-18 Todd Zullinger <tmzullinger at users.sourceforge.net>
+
+ * src/db-artwork-parser.c: Quiet artwork mhii_link warning
+
2009-01-17 Christophe Fergeau <teuf at gnome.org>
* src/itdb_device.c: Silver iPod Classic 160GB is B145, not B155
Modified: libgpod/trunk/src/db-artwork-parser.c
===================================================================
--- libgpod/trunk/src/db-artwork-parser.c 2009-01-17 12:07:49 UTC (rev
2219)
+++ libgpod/trunk/src/db-artwork-parser.c 2009-01-18 05:20:11 UTC (rev
2220)
@@ -562,9 +562,12 @@
}
else
{
+ /* The user can't do much here, so let's not worry them with
+ * this warning...
gchar *strval = g_strdup_printf("%" G_GINT64_FORMAT,
track->dbid);
g_print (_("Could not find artwork entry (mhii id: %u) for
track (dbid: %s).\n"), track->mhii_link, strval);
g_free (strval);
+ */
/* couldn't find artwork -- make sure track data is in
a consistent state. */
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2