[Xfce4-commits] <xfce4-weather-plugin:master> Fix faulty debugging message causing a crash.
Harald Judt
noreply at xfce.org
Mon Dec 10 22:28:01 CET 2012
Updating branch refs/heads/master
to 9b5cdfd2d8af76fa304f2f56590513033922833d (commit)
from eea713ab3e38636da62a50d6e966d4a9adc0098e (commit)
commit 9b5cdfd2d8af76fa304f2f56590513033922833d
Author: Harald Judt <h.judt at gmx.at>
Date: Mon Dec 10 22:25:25 2012 +0100
Fix faulty debugging message causing a crash.
panel-plugin/weather-parsers.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/panel-plugin/weather-parsers.c b/panel-plugin/weather-parsers.c
index 93124cc..10f6c57 100644
--- a/panel-plugin/weather-parsers.c
+++ b/panel-plugin/weather-parsers.c
@@ -716,7 +716,8 @@ xml_weather_clean(xml_weather *wd)
gchar *start, *end;
start = weather_debug_strftime_t(timeslice->start);
end = weather_debug_strftime_t(timeslice->end);
- weather_debug("Removing expired timeslice [%s - %s].");
+ weather_debug("Removing expired timeslice [%s - %s].",
+ start, end);
g_free(start);
g_free(end);
}
More information about the Xfce4-commits
mailing list