summaryrefslogtreecommitdiff
path: root/src/linux/up-device-wup.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-10-26 14:52:59 +0200
committerBastien Nocera <hadess@hadess.net>2013-10-26 14:55:15 +0200
commit6e8e659ca282dec0201a8773cd65153debea9e66 (patch)
tree876c55696e0bb678ee28931b59b4a41f4ef1f62f /src/linux/up-device-wup.c
parent4d0af3b31bda9270037dc18a503305fea1c5710e (diff)
downloadupower-6e8e659ca282dec0201a8773cd65153debea9e66.tar.gz
daemon: Better timeout source naming
Matching the work done in glib, gtk+, etc. This also differentiates the unknown and normal timeouts in the Linux power supply driver.
Diffstat (limited to 'src/linux/up-device-wup.c')
-rw-r--r--src/linux/up-device-wup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linux/up-device-wup.c b/src/linux/up-device-wup.c
index 6f1d3f7..b2f5c96 100644
--- a/src/linux/up-device-wup.c
+++ b/src/linux/up-device-wup.c
@@ -426,7 +426,7 @@ up_device_wup_init (UpDeviceWup *wup)
wup->priv->fd = -1;
wup->priv->poll_timer_id = g_timeout_add_seconds (UP_DEVICE_WUP_REFRESH_TIMEOUT,
(GSourceFunc) up_device_wup_poll_cb, wup);
- g_source_set_name_by_id (wup->priv->poll_timer_id, "[UpDeviceWup] poll");
+ g_source_set_name_by_id (wup->priv->poll_timer_id, "[upower] up_device_wup_poll_cb (linux)");
}
/**