Fix compilation with strict format security option.
Signed-off-by: Andrey Borzenkov <[email protected]>
---
.../plugins/ifcfg-rh/tests/test-ifcfg-rh.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/system-settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c
b/system-settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c
index 6e873fe..1271928 100644
--- a/system-settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c
+++ b/system-settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c
@@ -6435,7 +6435,7 @@ test_write_wifi_open (void)
ASSERT (tmp != NULL,
"wifi-open-write-reread", "failed to read ESSID key from %s",
testfile);
- g_message (tmp);
+ g_message ("%s", tmp);
ASSERT (strncmp (tmp, "\"\"", 2) != 0,
"wifi-open-write-reread", "unexpected ESSID double-quote in
%s", testfile);
_______________________________________________
networkmanager-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/networkmanager-list