projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad12b19
)
Make warnings about parse problems in .desktop files "debug" messages. Most people...
author
Dana Jansens
<danakj@orodu.net>
Mon, 8 Aug 2011 20:11:05 +0000
(16:11 -0400)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 16 Oct 2011 22:56:02 +0000
(18:56 -0400)
obt/ddparse.c
patch
|
blob
|
history
diff --git
a/obt/ddparse.c
b/obt/ddparse.c
index b2d61c0b8b7bec141a8db7c7b91f26367d7423ab..e83bfdea6ff00b8f9384eb098dcd06e9b6a8131e 100644
(file)
--- a/
obt/ddparse.c
+++ b/
obt/ddparse.c
@@
-73,9
+73,9
@@
static void parse_error(const gchar *m, const ObtDDParse *const parse,
gboolean *error)
{
if (!parse->filename)
- g_
warnin
g("%s at line %lu of input", m, parse->lineno);
+ g_
debu
g("%s at line %lu of input", m, parse->lineno);
else
- g_
warnin
g("%s at line %lu of file %s",
+ g_
debu
g("%s at line %lu of file %s",
m, parse->lineno, parse->filename);
if (error) *error = TRUE;
}