diff --git a/Geo/GModel.cpp b/Geo/GModel.cpp
index db9a9731a3e45e5241969eba4555be0bf1bed2b3..c917d75e71faf86033ae8e723b4a2058a1dd48a1 100644
--- a/Geo/GModel.cpp
+++ b/Geo/GModel.cpp
@@ -85,7 +85,7 @@ GModel::~GModel()
 GModel *GModel::current(int index)
 {
   if(list.empty()){
-    Msg::Warning("No current model available: creating one");
+    Msg::Info("No current model available: creating one");
     new GModel();
   }
   if(index >= 0) _current = index;