[Swfdec] libswfdec/swfdec_url.c
Benjamin Otte
company at kemper.freedesktop.org
Thu Oct 18 13:44:28 PDT 2007
libswfdec/swfdec_url.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f38c8198d0c13ec5f9005f019fc8703a5cd7695b
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Oct 18 22:44:24 2007 +0200
stop that stupid message that shows up every time swfplay starts
diff --git a/libswfdec/swfdec_url.c b/libswfdec/swfdec_url.c
index 3d51d8e..fe9ca0a 100644
--- a/libswfdec/swfdec_url.c
+++ b/libswfdec/swfdec_url.c
@@ -86,7 +86,7 @@ swfdec_url_new (const char *string)
url->url = g_strdup (string);
s = strstr (string, "://");
if (s == NULL) {
- SWFDEC_ERROR ("URL %s has no protocol", string);
+ SWFDEC_INFO ("URL %s has no protocol", string);
return url;
}
url->protocol = g_utf8_strdown (string, s - string);
More information about the Swfdec
mailing list