[gnome-software] trivial: Remove a tiny part of debugging that was left in
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Remove a tiny part of debugging that was left in
- Date: Wed, 10 Feb 2016 16:59:59 +0000 (UTC)
commit 84357794b72186477de1a0853c9ae67a546f0551
Author: Richard Hughes <richard hughsie com>
Date: Wed Feb 10 16:59:47 2016 +0000
trivial: Remove a tiny part of debugging that was left in
src/gs-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-utils.c b/src/gs-utils.c
index 9b2e7e7..5709f9f 100644
--- a/src/gs-utils.c
+++ b/src/gs-utils.c
@@ -496,7 +496,7 @@ gs_utils_get_user_hash (GError **error)
if (!g_file_get_contents ("/etc/machine-id", &data, NULL, error))
return NULL;
- salted = g_strdup_printf ("XXXYYgnome-software[%s:%s]",
+ salted = g_strdup_printf ("gnome-software[%s:%s]",
g_get_user_name (), data);
return g_compute_checksum_for_string (G_CHECKSUM_SHA1, salted, -1);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]