From d2583bb172cb4c0b3165465535419193339ee0f4 Mon Sep 17 00:00:00 2001 From: ehofman Date: Fri, 21 Mar 2003 22:22:33 +0000 Subject: [PATCH] Add comma to log statement --- src/WeatherCM/linintp2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WeatherCM/linintp2.cpp b/src/WeatherCM/linintp2.cpp index 77207f38f..41a43daeb 100644 --- a/src/WeatherCM/linintp2.cpp +++ b/src/WeatherCM/linintp2.cpp @@ -406,7 +406,7 @@ Corner3:; } // create the triangles - SG_LOG(SG_MATH, SG_DEBUG "[ 60%] create the triangles"); + SG_LOG(SG_MATH, SG_DEBUG, "[ 60%] create the triangles"); triangle = new Triangle[numTriangles]; -- 2.39.5