From d403ecc281607b781b16e55cb40425ab2dde409e Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Thu, 22 Jul 2010 16:26:34 -0700 Subject: [PATCH] ifcfg-rh: fix testcase format string From Andrey Borzenkov --- system-settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6e873fe82b..1271928d9f 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);