summaryrefslogtreecommitdiff
path: root/src/up-history.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/up-history.c')
-rw-r--r--src/up-history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/up-history.c b/src/up-history.c
index 1751948..f9d0fdf 100644
--- a/src/up-history.c
+++ b/src/up-history.c
@@ -652,7 +652,7 @@ up_history_schedule_save (UpHistory *history)
g_debug ("saving in %i seconds", UP_HISTORY_SAVE_INTERVAL);
history->priv->save_id = g_timeout_add_seconds (UP_HISTORY_SAVE_INTERVAL,
(GSourceFunc) up_history_schedule_save_cb, history);
- g_source_set_name_by_id (history->priv->save_id, "[UpHistory] save");
+ g_source_set_name_by_id (history->priv->save_id, "[upower] up_history_schedule_save_cb");
return TRUE;
}