Merge "engine: fix a typo in default_engine log message"

This commit is contained in:
Zuul 2018-02-25 08:09:44 +00:00 committed by Gerrit Code Review
commit 3251ad7c09
1 changed files with 1 additions and 1 deletions

View File

@ -252,4 +252,4 @@ class DefaultEngine(object):
LOG.debug('Removing worker %s', worker)
self.orchestrator.delete_worker(worker)
LOG.info('Finished scaling up function %s.', function_id)
LOG.info('Finished scaling down function %s.', function_id)