From 2e27d45b1ee7fc551430a76028d79740373eb08c Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 2 Dec 2003 01:28:08 +0000 Subject: [PATCH] Don't output STATUSxN messages in batch mode --- Box/Main.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Box/Main.cpp b/Box/Main.cpp index 32360e971b..61efcc7e1f 100644 --- a/Box/Main.cpp +++ b/Box/Main.cpp @@ -1,4 +1,4 @@ -// $Id: Main.cpp,v 1.32 2003-11-22 01:59:02 geuzaine Exp $ +// $Id: Main.cpp,v 1.33 2003-12-02 01:28:08 geuzaine Exp $ // // Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle // @@ -182,6 +182,11 @@ void Msg(int level, char *fmt, ...) switch (level) { + case STATUS1N: + case STATUS2N: + case STATUS3N: + break; + case DIRECT: if(CTX.verbosity >= 2 && ParUtil::Instance()->master()) { vfprintf(stdout, fmt, args); -- GitLab