aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-11-29 16:28:55 +0100
committerThomas White <taw@physics.org>2022-11-29 16:29:22 +0100
commite94f6fad97763d9b0b9ad81a935afa109fc35f3c (patch)
treeb0f2cc0ed5eea9cda62594b23989f155ccfb4735
parente62fd471478f3501aea5174cbdb13514ed037a5d (diff)
Local BE: add some extra warnings
-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);