aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-09-08 15:54:40 +0200
committerThomas White <taw@physics.org>2022-06-02 12:15:38 +0200
commit16aec3ce84f8cbd6ea36cccc5dfac6b270bbb653 (patch)
tree52b7614f7382786594a66ddc79d0235fc45d8e71 /src/im-sandbox.c
parentff9e20b38b9033b1151722fa5c3423d3325d4ae2 (diff)
ASAP::O: Show the uniquely-generated group ID
Diffstat (limited to 'src/im-sandbox.c')
-rw-r--r--src/im-sandbox.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c
index 1cc78295..3da205f1 100644
--- a/src/im-sandbox.c
+++ b/src/im-sandbox.c
@@ -1159,6 +1159,8 @@ int create_sandbox(struct index_args *iargs, int n_proc, char *prefix,
if ( sb->asapo_group_id == NULL ) {
ERROR("Failed to create ASAP::O group ID.\n");
return 0;
+ } else {
+ STATUS("The unique ID is %s\n", sb->asapo_group_id);
}
}