From d0f4ef26eb63f9220480bdbfb9f13fec5ac55612 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 18 May 2004 19:22:08 +0000
Subject: [PATCH] *** empty log message ***

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

diff --git a/Graphics/Geom.cpp b/Graphics/Geom.cpp
index 6b55eca539..c92cad2289 100644
--- a/Graphics/Geom.cpp
+++ b/Graphics/Geom.cpp
@@ -1,4 +1,4 @@
-// $Id: Geom.cpp,v 1.59 2004-05-18 18:52:01 geuzaine Exp $
+// $Id: Geom.cpp,v 1.60 2004-05-18 19:22:08 geuzaine Exp $
 //
 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 //
@@ -408,7 +408,7 @@ void Draw_Plane_Surface(Surface * s)
     if(k)
       List_Add(s->Orientations, &vv);
 
-    Msg(STATUS2N, "Plane Surface %d (%d points)", s->Num, List_Nbr(s->Orientations));
+    Msg(STATUS2, "Plane Surface %d (%d points)", s->Num, List_Nbr(s->Orientations));
 
     if(!List_Nbr(s->Orientations)) // add dummy
       List_Add(s->Orientations, &vv);
-- 
GitLab