From 6408839089a40c38ae3154568870a2d03e4d1524 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 6 Dec 2011 11:23:56 +0000
Subject: [PATCH] pp

---
 Geo/GModel.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Geo/GModel.cpp b/Geo/GModel.cpp
index db9a9731a3..c917d75e71 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;
-- 
GitLab