repo.or.cz
/
gmpc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog
|
commit
| commitdiff |
tree
|
edit
|
fork
raw
|
patch
(parent:
737380a
)
Fix compile error
author
Qball Cow
<qball@sarine.nl>
Wed, 17 Feb 2010 18:44:31 +0000 (19:44 +0100)
committer
Qball Cow
<qball@sarine.nl>
Wed, 17 Feb 2010 18:44:31 +0000 (19:44 +0100)
src/url-fetcher.c
patch
|
blob
|
blame
|
history
diff --git
a/src/url-fetcher.c
b/src/url-fetcher.c
index
79583c6
..
0fe4e66
100644
(file)
--- a/
src/url-fetcher.c
+++ b/
src/url-fetcher.c
@@
-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);
}
}
}