summaryrefslogtreecommitdiff
path: root/src/up-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/up-main.c')
-rw-r--r--src/up-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/up-main.c b/src/up-main.c
index 85f1c9a..7fdf20f 100644
--- a/src/up-main.c
+++ b/src/up-main.c
@@ -178,7 +178,7 @@ main (gint argc, gchar **argv)
/* do stuff on ctrl-c */
signal (SIGINT, up_main_sigint_handler);
- egg_debug ("Starting devkit-power-daemon version %s", PACKAGE_VERSION);
+ egg_debug ("Starting upowerd version %s", PACKAGE_VERSION);
qos = up_qos_new ();
wakeups = up_wakeups_new ();