From 6ac69b604e3bcc434f303b8e46e9a438716ad873 Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Sat, 6 Aug 2011 15:58:31 +0200 Subject: [PATCH] Fix a typo --- simgear/timing/sg_time.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." ); } -- 2.39.5