From d46459b52f3bdc690c3c9746175d533e88d8f602 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 27 Nov 2003 07:14:56 +0000
Subject: [PATCH] print info in all cases

---
 Common/Options.cpp | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/Common/Options.cpp b/Common/Options.cpp
index 466dace1b1..f5fdeeadfb 100644
--- a/Common/Options.cpp
+++ b/Common/Options.cpp
@@ -1,4 +1,4 @@
-// $Id: Options.cpp,v 1.119 2003-11-27 02:33:31 geuzaine Exp $
+// $Id: Options.cpp,v 1.120 2003-11-27 07:14:56 geuzaine Exp $
 //
 // Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
 //
@@ -293,10 +293,8 @@ void Print_Options(int num, int level, char *filename)
   Print_ColorOptions(num, level, PrintOptions_Color, "Print.", file);
 
   if(filename) {
-    if((level & GMSH_OPTIONSRC) || (level & GMSH_FULLRC)) {
-      Msg(INFO, "Wrote option file '%s'", filename);
-      Msg(STATUS2N, "Wrote '%s'", filename);
-    }
+    Msg(INFO, "Wrote option file '%s'", filename);
+    Msg(STATUS2N, "Wrote '%s'", filename);
     fclose(file);
   }
 }
-- 
GitLab