aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui_backend_local.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui_backend_local.c b/src/gui_backend_local.c
index 8692d8f8..90465ed6 100644
--- a/src/gui_backend_local.c
+++ b/src/gui_backend_local.c
@@ -250,7 +250,8 @@ static void cancel(struct crystfelproject *proj)
return;
}
- ERROR("Cancelling!!!\n");
+ ERROR("Stopping indexamajig.\n");
+ kill(priv->indexamajig_pid, SIGQUIT);
}