aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-07-03 11:37:34 +0200
committerThomas White <taw@physics.org>2012-07-03 11:37:34 +0200
commitf36ea6e42ac2909db5beaa30104bb09844fd225d (patch)
tree5fb728971493a7a14020d367b72d261ec354fb2c
parent81d0cc926576519536d89af8f74272b00acd4fd5 (diff)
indexamajig: Remove benign "timeout" message
-rw-r--r--src/indexamajig.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index 2c1af284..fe4960fc 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -1147,10 +1147,7 @@ int main(int argc, char *argv[])
continue;
}
- if ( r == 0 ) {
- STATUS("Timeout\n");
- continue;
- }
+ if ( r == 0 ) continue; /* No progress this time. Try again */
for ( i=0; i<n_proc; i++ ) {