Fix compile error
authorQball Cow <qball@sarine.nl>
Wed, 17 Feb 2010 18:44:31 +0000 (19:44 +0100)
committerQball Cow <qball@sarine.nl>
Wed, 17 Feb 2010 18:44:31 +0000 (19:44 +0100)
src/url-fetcher.c

index 79583c6..0fe4e66 100644 (file)
@@ -139,7 +139,7 @@ static void url_parse_extm3u_file(const char *data, int size)
                      g_free(scheme);
                  }
                  else{
-                     g_log(LOG_WARNING, G_LOG_LEVEL_DEBUG, "Failed to parse scheme: %s",sloc->value);
+                     g_log(LOG_DOMAIN, G_LOG_LEVEL_DEBUG, "Failed to parse scheme: %s",sloc->value);
                  }
              }
          }