summaryrefslogtreecommitdiff
path: root/src/up-main.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-01-21 14:47:21 +0000
committerRichard Hughes <richard@hughsie.com>2010-01-21 14:47:21 +0000
commitfaeb7ffabc78c117bb02119d512a64bcc051c3b2 (patch)
tree753de7542ac1814b31938e5306d241315993daa2 /src/up-main.c
parentadcb737767d42059ea7ad6d1fbd7184fea1b425e (diff)
downloadupower-faeb7ffabc78c117bb02119d512a64bcc051c3b2.tar.gz
Rename the man pages and rename the main daemon binary name
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 ();