ifcfg-rh: fix testcase format string

From Andrey Borzenkov <arvidjaar@gmail.com>
This commit is contained in:
Dan Williams 2010-07-22 16:26:34 -07:00
parent 0a700de047
commit d403ecc281

View file

@ -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);