]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.core/src/main/java/org/argeo/slc/core/execution/DefaultExecutionFlowDescriptorConverter.java
Move to execution package
[gpl/argeo-slc.git] / runtime / org.argeo.slc.core / src / main / java / org / argeo / slc / core / execution / DefaultExecutionFlowDescriptorConverter.java
index baa9b86a1d9a1daec12d0a44fa9884206ff87800..8f13609dc8054fc88f26e3969594cb58a888b679 100644 (file)
@@ -158,10 +158,11 @@ public class DefaultExecutionFlowDescriptorConverter implements
                                        }
                                }
                        }
-                       if (ref == null)
-                               log.warn("Cannot define reference for ref spec attribute "
-                                               + key + " in " + executionFlow + " (" + rsa + ")");
-                       else if (log.isDebugEnabled())
+                       if (ref == null) {
+                               if (log.isTraceEnabled())
+                                       log.warn("Cannot define reference for ref spec attribute "
+                                                       + key + " in " + executionFlow + " (" + rsa + ")");
+                       } else if (log.isDebugEnabled())
                                log.debug(ref + " is the reference for ref spec attribute "
                                                + key + " in " + executionFlow + " (" + rsa + ")");
                        refValue.setRef(ref);