diff --git a/Fltk/Callbacks.cpp b/Fltk/Callbacks.cpp
index 3ee89a5b9439e43188c054f1221e2810dd9a68fe..a7d98a364a1429fb19ad34c84f4d702b2dd9f181 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);