From 284555b011a92346dc703d3614085ac6bb57b160 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 23 May 2001 15:07:04 +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 c5edea615f..0ac07591f8 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) printf("GL2PS_BEST_ROOT was worth it: %d\n", index); + if(index) gl2psMsg("GL2PS_BEST_ROOT was worth it: %d", index); return index; } else{ -- GitLab