summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/as-builder.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/client/as-builder.c b/client/as-builder.c
index aec60d2..4ab8cae 100644
--- a/client/as-builder.c
+++ b/client/as-builder.c
@@ -323,8 +323,11 @@ main (int argc, char **argv)
}
/* add to list */
- if (!asb_context_add_filename (ctx, filename, &error_local))
+ if (!asb_context_add_filename (ctx, filename, &error_local)) {
+ g_print ("Failed to add %s: %s\n",
+ filename, error_local->message);
continue;
+ }
if (g_timer_elapsed (timer, NULL) > 3.f) {
/* TRANSLATORS: information message */
g_print (_("Parsed %i/%i files...\n"),