From: ehofman Date: Fri, 21 Mar 2003 22:22:33 +0000 (+0000) Subject: Add comma to log statement X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d2583bb172cb4c0b3165465535419193339ee0f4;p=flightgear.git Add comma to log statement --- 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];