Index: trunk/data/validator/deprecated.mapcss
===================================================================
--- trunk/data/validator/deprecated.mapcss	(revision 7196)
+++ trunk/data/validator/deprecated.mapcss	(revision 7197)
@@ -210,2 +210,9 @@
   assertMatch: "way access=official";
 }
+
+/* see #10085 - give warning for fixme=yes */
+*[fixme=yes], *[FIXME=yes] {
+  throwWarning: tr("{0}={1} is unspecific. Instead of ''{1}'' please give more information about what exactly should be fixed.", "{0.key}", "{0.value}");
+  assertMatch: "way fixme=yes";
+}
+
Index: trunk/src/org/openstreetmap/josm/data/validation/Test.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/validation/Test.java	(revision 7196)
+++ trunk/src/org/openstreetmap/josm/data/validation/Test.java	(revision 7197)
@@ -184,5 +184,5 @@
         if (startTime > 0) {
             long elapsedTime = System.currentTimeMillis() - startTime;
-            Main.info(tr("Test ''{0}'' completed in {1}", getName(), Utils.getDurationString(elapsedTime)));
+            Main.debug(tr("Test ''{0}'' completed in {1}", getName(), Utils.getDurationString(elapsedTime)));
         }
     }
