Project

General

Profile

« Previous | Next » 

Revision 50232

less logging

View differences:

modules/dnet-msro-service/trunk/src/main/java/eu/dnetlib/msro/workflows/sarasvati/loader/WorkflowExecutor.java
102 102
		final WfProfileDescriptor desc = profileToSarasvatiConverter.getSarasvatiWorkflow(profileId);
103 103

  
104 104
		if (isPaused()) {
105
			log.warn("Wf " + profileId + " not launched, because WorkflowExecutor is preparing for shutdown");
105
			log.debug("Wf " + profileId + " not launched, because WorkflowExecutor is preparing for shutdown");
106 106
			throw new MSROException("WorkflowExecutor is preparing for shutdown");
107 107
		}
108 108
		if (!desc.isReady()) {

Also available in: Unified diff