X-Git-Url: http://git.argeo.org/?p=gpl%2Fargeo-suite.git;a=blobdiff_plain;f=core%2Forg.argeo.entity.ui%2Fsrc%2Forg%2Fargeo%2Fentity%2Fui%2Fforms%2FMultiTermsPart.java;h=9c3618d8d262c981449480d82af77be14209513f;hp=1084f4cb9bd6a78fb31138fb7ed84487727947ac;hb=8219836d1c86d2c74ab0c8579254311c7bad129b;hpb=ad6f05f036a3540f5217acf3673636d6643d74a6 diff --git a/core/org.argeo.entity.ui/src/org/argeo/entity/ui/forms/MultiTermsPart.java b/core/org.argeo.entity.ui/src/org/argeo/entity/ui/forms/MultiTermsPart.java index 1084f4c..9c3618d 100644 --- a/core/org.argeo.entity.ui/src/org/argeo/entity/ui/forms/MultiTermsPart.java +++ b/core/org.argeo.entity.ui/src/org/argeo/entity/ui/forms/MultiTermsPart.java @@ -183,7 +183,7 @@ public class MultiTermsPart extends AbstractTermsPart { terms: for (String str : curr) { Term term = termsManager.getTerm(str); if (term == null) { - log.warn("Ignoring term " + str + " as it was not found."); + log.warn("Ignoring term " + str + " for " + getNode() + ", as it was not found."); continue terms; } res.add(term);