about summary refs log tree commit diff
path: root/src/nm-core-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-core-utils.c')
-rw-r--r--src/nm-core-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-core-utils.c b/src/nm-core-utils.c
index b98b6e8a..6cdd00e0 100644
--- a/src/nm-core-utils.c
+++ b/src/nm-core-utils.c
@@ -2788,7 +2788,7 @@ nm_utils_ipv6_addr_set_stable_privacy (struct in6_addr *addr,
 		key_mask = umask (0077);
 		if (read (urandom, secret_key, key_len) == key_len) {
 			if (!g_file_set_contents (NMSTATEDIR "/secret_key", secret_key, key_len, error)) {
-				g_prefix_error (error, "Can't write " NMSTATEDIR "/secret_key");
+				g_prefix_error (error, "Can't write " NMSTATEDIR "/secret_key: ");
 				key_len = 0;
 			}
 		} else {