From: Frederic Bouvier Date: Sat, 6 Aug 2011 13:58:31 +0000 (+0200) Subject: Fix a typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6ac69b604e3bcc434f303b8e46e9a438716ad873;p=simgear.git Fix a typo --- diff --git a/simgear/timing/sg_time.cxx b/simgear/timing/sg_time.cxx index d32302ee..edcefd04 100644 --- a/simgear/timing/sg_time.cxx +++ b/simgear/timing/sg_time.cxx @@ -538,7 +538,7 @@ time_t sgTimeGetGMT(int year, int month, int day, int hour, int min, int sec) if ( daylight > 0 ) { daylight = 1; } else if ( daylight < 0 ) { - SG_LOG( SG_EVENT, FG_WARN, + SG_LOG( SG_EVENT, SG_WARN, "OOOPS, problem in sg_time.cxx, no daylight savings info." ); }