Move to execution package
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 3 Jul 2009 18:00:23 +0000 (18:00 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 3 Jul 2009 18:00:23 +0000 (18:00 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@2700 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

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);