fix code format
This commit is contained in:
parent
69a447b06e
commit
f99218b6fe
2 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ public class ScriptExecutorJob implements LaJob {
|
|||
}
|
||||
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("Starting Job {}. scriptType: {}, script: {}" , id, scriptType, script);
|
||||
logger.debug("Starting Job {}. scriptType: {}, script: {}", id, scriptType, script);
|
||||
} else if (scheduledJob.isLoggingEnabled() && logger.isInfoEnabled()) {
|
||||
logger.info("Starting Job " + id + ".");
|
||||
}
|
||||
|
|
|
@ -265,7 +265,7 @@ public class LabelTypeHelper {
|
|||
return true;
|
||||
}
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("Path {} wasn't matched against the include paths expression {}" , path, includedPaths.toString());
|
||||
logger.debug("Path {} wasn't matched against the include paths expression {}", path, includedPaths.toString());
|
||||
}
|
||||
return false;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue