diff options
author | Thomas White <taw@physics.org> | 2019-03-14 11:30:05 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-03-14 11:36:57 +0100 |
commit | b8aa97a5bba26509652c5429e1a023a61682c664 (patch) | |
tree | 3a532eec19ee16ab11921e3b171ff80eca581abb /src/im-sandbox.c | |
parent | 994c14337ecf9a754ebd40ca78fc384a527cd353 (diff) |
Tweak ZMQ messages
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"); } |