[dconf] fix error message in dconf-lock
- From: Ryan Lortie <ryanl src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [dconf] fix error message in dconf-lock
- Date: Wed, 7 Oct 2009 08:01:15 +0000 (UTC)
commit 995e18e29c214d9a1f54c660b744ad3a4b4afbc0
Author: Ryan Lortie <desrt desrt ca>
Date: Wed Oct 7 02:44:38 2009 -0400
fix error message in dconf-lock
bin/dconf-lock.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bin/dconf-lock.c b/bin/dconf-lock.c
index 2d6228c..d78e11a 100644
--- a/bin/dconf-lock.c
+++ b/bin/dconf-lock.c
@@ -54,7 +54,7 @@ main (int argc, char **argv)
if (!dconf_set_locked (argv[1], locked, &error))
{
- fprintf (stderr, "failed to reset: %s\n", error->message);
+ fprintf (stderr, "failed to lock: %s\n", error->message);
return 2;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]