tests: Fix the two Python XFAIL tests.
[sliver-openvswitch.git] / lib / ovsdb-data.c
index 150ae61..54ce72c 100644 (file)
@@ -690,8 +690,7 @@ check_string_constraints(const char *s,
         struct ovsdb_error *error;
 
         error = ovsdb_error("constraint violation",
-                            "\"%s\" is not a valid UTF-8 string: %s",
-                            s, msg);
+                            "not a valid UTF-8 string: %s", msg);
         free(msg);
         return error;
     }