diff options
Diffstat (limited to 'src/im-sandbox.c')
-rw-r--r-- | src/im-sandbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c index 3567a722..85183c27 100644 --- a/src/im-sandbox.c +++ b/src/im-sandbox.c @@ -1199,7 +1199,7 @@ int create_sandbox(struct index_args *iargs, int n_proc, char *prefix, * last time */ time_accounts_set(taccs, TACC_WAKEUP); if ( sb->zmq ) { - STATUS("Waiting for patterns to process...\n"); + STATUS("Waiting to receive patterns over ZMQ...\n"); } else { STATUS("Waiting for the last patterns to be processed...\n"); } |