From f60bf5c5be6ecbe753ea0589f3d0b0fa120536ad Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 31 Jul 2001 10:19:11 +0000
Subject: [PATCH] *** empty log message ***

---
 Fltk/Callbacks.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Fltk/Callbacks.cpp b/Fltk/Callbacks.cpp
index 3ee89a5b94..a7d98a364a 100644
--- a/Fltk/Callbacks.cpp
+++ b/Fltk/Callbacks.cpp
@@ -1,4 +1,4 @@
-// $Id: Callbacks.cpp,v 1.67 2001-07-31 09:51:36 geuzaine Exp $
+// $Id: Callbacks.cpp,v 1.68 2001-07-31 10:19:11 geuzaine Exp $
 
 #include <sys/types.h>
 #include <signal.h>
@@ -1604,7 +1604,7 @@ void view_plugin_cb(CALLBACK_ARGS){
     Post_View *v = (Post_View*)List_Pointer(Post_ViewList,iView);
     p->execute(v);
     Draw();
-    Msg(INFO,"Plugin %s was called win = %p",name,p->dialogBox);
+    Msg(DEBUG, "Plugin %s was called win = %p",name,p->dialogBox);
   }
   catch (GMSH_Plugin *err){
     p->CatchErrorMessage(name);
-- 
GitLab