Skip to content

Commit

Permalink
Lower loglevel for log message
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Nov 24, 2010
1 parent 885cd9d commit 60c307c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rundeckapp/grails-app/services/ExecutionService.groovy
Expand Up @@ -1075,7 +1075,7 @@ class ExecutionService implements ApplicationContextAware, Executor{
}
}
if (scheduledExecution.save(flush:true)) {
log.warn("updated scheduled Execution")
log.info("updated scheduled Execution")
} else {
scheduledExecution.errors.allErrors.each {log.warn(it.defaultMessage)}
log.warn("failed saving execution to history")
Expand Down

0 comments on commit 60c307c

Please sign in to comment.