X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.district.network%2Fsrc%2Forg%2Fsimantics%2Fdistrict%2Fnetwork%2Ftechtype%2FTechTypeUtils.java;fp=org.simantics.district.network%2Fsrc%2Forg%2Fsimantics%2Fdistrict%2Fnetwork%2Ftechtype%2FTechTypeUtils.java;h=dce4abb7e47f904ba21e5e1a50b2acf7eaf925bb;hb=e1e327bcc36ec453b9e0c056c1d19316fa238240;hp=92eef4fe7f3462ab9afc25a1dd5d43e4808ff3de;hpb=d9792f886b6c6446d7eeac7c882a8271c0a35f55;p=simantics%2Fdistrict.git diff --git a/org.simantics.district.network/src/org/simantics/district/network/techtype/TechTypeUtils.java b/org.simantics.district.network/src/org/simantics/district/network/techtype/TechTypeUtils.java index 92eef4fe..dce4abb7 100644 --- a/org.simantics.district.network/src/org/simantics/district/network/techtype/TechTypeUtils.java +++ b/org.simantics.district.network/src/org/simantics/district/network/techtype/TechTypeUtils.java @@ -203,7 +203,7 @@ public class TechTypeUtils { String key = graph.getPossibleRelatedValue2(element, keyRelation); Map values = data.get(key); if (values == null) { - LOGGER.info("Key {} no found in tech type table {}", key, table); + LOGGER.info("Key {} not found in tech type table {}", key, table); continue; }