aboutsummaryrefslogtreecommitdiff
path: root/src/im-sandbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/im-sandbox.c')
-rw-r--r--src/im-sandbox.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/im-sandbox.c b/src/im-sandbox.c
index 6970a14f..1e567fb6 100644
--- a/src/im-sandbox.c
+++ b/src/im-sandbox.c
@@ -423,8 +423,10 @@ static void run_work(const struct index_args *iargs,
rval = read_fpe_data(&bd);
} else {
ERROR("No data sent from main process..\n");
- rval = 1;
- error = 1;
+ /* Not actually an error condition. The main
+ * process might just be taking a while to read
+ * the index data for a large multi-event file.
+ */
}
} while ( !rval );