mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
theme-node: Add more information to length error message
This commit is contained in:
parent
71ae7e69c5
commit
1d23539576
1 changed files with 2 additions and 1 deletions
|
|
@ -1021,7 +1021,8 @@ get_length_from_term (StThemeNode *node,
|
|||
|
||||
if (term->type != TERM_NUMBER)
|
||||
{
|
||||
g_warning ("Ignoring length property that isn't a number");
|
||||
g_warning ("Ignoring length property that isn't a number at line %d, col %d",
|
||||
term->location.line, term->location.column);
|
||||
return VALUE_NOT_FOUND;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue