From a6f7b412bd6e52dfae5fff84a9a33f1223c05db7 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 19 Jan 2018 15:43:16 +0100 Subject: partialator: Improve message about "Not refining unity model" It sounded too much like a warning. Now it's a bit more friendly. --- src/partialator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) */ -- cgit v1.2.3