PL-8123 Extendable meta-annotations (fix log warning)

This commit is contained in:
Konstantin Krivopustov 2017-01-18 18:22:36 +04:00
parent 496d8d7f84
commit 7f3007a4e7

View File

@ -311,7 +311,7 @@ public class MetadataLoader {
//noinspection unchecked
((Map) annValue).putAll(xmlAnn.attributes);
} else {
log.warn("Meta-annotation {} has value {} and cannot be re-assigned by annotation attributes");
log.warn("Meta-annotation {} has value {} and cannot be re-assigned by annotation attributes", annName, annValue);
}
}
}