diff --git a/Box/Main.cpp b/Box/Main.cpp index 32360e971b8513a1ecb326b788d2d30298c2a9b5..61efcc7e1ff08f5d7a094a2394c6451280c1b1d7 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);