builder-tool: Avoid duplicate path prefixes

It is enough to print the file in which the error
occurred once; GtkBuilder already makes that part
of its error message.
This commit is contained in:
Matthias Clasen 2020-11-01 14:47:42 -05:00
parent 5751cd662d
commit 2613c2ef9b

View File

@ -139,7 +139,7 @@ validate_file (const char *filename)
}
else
{
g_printerr ("%s: %s\n", filename, error->message);
g_printerr ("%s\n", error->message);
return FALSE;
}
}