From 6045c3e18fd610260fb3f85db6e102b070b1f280 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 23 May 2001 15:08:01 +0000 Subject: [PATCH] *** empty log message *** --- Graphics/gl2ps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graphics/gl2ps.cpp b/Graphics/gl2ps.cpp index 0ac07591f8..df5cb4601d 100644 --- a/Graphics/gl2ps.cpp +++ b/Graphics/gl2ps.cpp @@ -470,7 +470,7 @@ GLint gl2psFindRoot(GL2PSlist *primitives, GL2PSprimitive **root){ if(!count) return index; } } - if(index) gl2psMsg("GL2PS_BEST_ROOT was worth it: %d", index); + if(index) gl2psMsg(GL2PS_INFO, "GL2PS_BEST_ROOT was worth it: %d", index); return index; } else{ -- GitLab