aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-01-19 15:43:16 +0100
committerThomas White <taw@physics.org>2018-01-19 15:46:07 +0100
commita6f7b412bd6e52dfae5fff84a9a33f1223c05db7 (patch)
treeae02c779ec2dd12627847784412c65b60ad125f2 /src
parentfeb53e52aa5ed0a8e479dae5d562ded30c85ac29 (diff)
partialator: Improve message about "Not refining unity model"
It sounded too much like a warning. Now it's a bit more friendly.
Diffstat (limited to 'src')
-rw-r--r--src/partialator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partialator.c b/src/partialator.c
index 142ca892..aded835d 100644
--- a/src/partialator.c
+++ b/src/partialator.c
@@ -989,7 +989,7 @@ int main(int argc, char *argv[])
if ( (pmodel == PMODEL_UNITY) && !no_pr ) {
no_pr = 1;
- STATUS("Not going to refine the unity model.\n");
+ STATUS("Setting --no-pr because we are not modelling partialities (--model=unity).\n");
}
/* Read the custom split list (if applicable) */