repo.or.cz
/
gmpc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog
|
commit
| commitdiff |
tree
|
edit
|
fork
raw
|
patch
(parent:
2c55870
)
Fix more stupid typos
author
Qball Cow
<qball@s010375.(none)>
Mon, 22 Feb 2010 10:00:41 +0000 (11:00 +0100)
committer
Qball Cow
<qball@s010375.(none)>
Mon, 22 Feb 2010 10:00:41 +0000 (11:00 +0100)
src/url-fetcher.c
patch
|
blob
|
blame
|
history
diff --git
a/src/url-fetcher.c
b/src/url-fetcher.c
index
0fe4e66
..
995ba2e
100644
(file)
--- a/
src/url-fetcher.c
+++ b/
src/url-fetcher.c
@@
-206,7
+206,7
@@
static void url_parse_spiff_file(const char *data, int size, const gchar *uri)
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);
}
}
}
@@
-216,7
+216,7
@@
static void url_parse_spiff_file(const char *data, int size, const gchar *uri)
}
else
{
- g_log(LOG_WARNING, G_LOG_LEVEL_DEBUG, "Error message: %s", error->message);
+ g_log(LOG_DOMAIN, G_LOG_LEVEL_DEBUG, "Error message: %s", error->message);
g_error_free(error);
}