aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui_backend_local.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui_backend_local.c b/src/gui_backend_local.c
index 56bbdb82..b7c4b886 100644
--- a/src/gui_backend_local.c
+++ b/src/gui_backend_local.c
@@ -578,6 +578,7 @@ static void *run_indexing(const char *job_title,
proj, GUI_JOB_INDEXING);
} else {
job = NULL;
+ ERROR("Failed to write job script\n");
}
if ( job != NULL ) {
@@ -588,6 +589,7 @@ static void *run_indexing(const char *job_title,
add_indexing_result(proj, job_title, &stream_rel_filename, 1);
} else {
+ ERROR("Failed to run job.\n");
}
g_object_unref(workdir);
free(sc_rel_filename);