]> git.mxchange.org Git - simgear.git/commitdiff
Fix a typo
authorFrederic Bouvier <fredfgfs01@free.fr>
Sat, 6 Aug 2011 13:58:31 +0000 (15:58 +0200)
committerFrederic Bouvier <fredfgfs01@free.fr>
Sat, 6 Aug 2011 13:58:31 +0000 (15:58 +0200)
simgear/timing/sg_time.cxx

index d32302ee1eef9c5575a5595f82ea612ea1ce734d..edcefd047268d2fee74674076743c13657aa8f0b 100644 (file)
@@ -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." );
     }