Index: trunk/src/org/openstreetmap/josm/data/validation/tests/WronglyOrderedWays.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/validation/tests/WronglyOrderedWays.java	(revision 4504)
+++ trunk/src/org/openstreetmap/josm/data/validation/tests/WronglyOrderedWays.java	(revision 4505)
@@ -53,5 +53,5 @@
 
     private void reportError(Way w, String msg, int type) {
-        errors.add(new TestError(this, Severity.OTHER, msg, type, Collections.singletonList(w)));
+        errors.add(new TestError(this, Severity.WARNING, msg, type, Collections.singletonList(w)));
     }
 }
