configure: Do not reject Linux 3.0 at configure time.
[openvswitch] / lib / ovsdb-data.c
index 150ae618ef83106ea4fc6bc8754f0990a0f118dc..54ce72cf719c03baf3b3303df5f685f9fee8087c 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;
     }