Change the severity of a log message which is actually expected in the happy case.
This commit is contained in:
parent
f58b09a064
commit
8037962716
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ class EphemeralBuilderManager(BaseManager):
|
|||
job.job_details['build_uuid'], build_component.builder_realm)
|
||||
yield From(build_component.start_build(job))
|
||||
except KeyError:
|
||||
logger.warning('Builder is asking for more work, but work already completed')
|
||||
logger.debug('Builder is asking for more work, but work already completed')
|
||||
|
||||
def build_component_disposed(self, build_component, timed_out):
|
||||
logger.debug('Calling build_component_disposed.')
|
||||
|
|
Reference in a new issue