From 16aec3ce84f8cbd6ea36cccc5dfac6b270bbb653 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 8 Sep 2021 15:54:40 +0200 Subject: ASAP::O: Show the uniquely-generated group ID --- src/im-sandbox.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/im-sandbox.c') 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); } } -- cgit v1.2.3