Be less frightening when failed request is optional

parent 82ad7781
......@@ -171,5 +171,5 @@ class RequestOptional(Recipe):
error_message = 'Connection parameter %s not found. '\
'Requested instance is currently %s. If this error persists, '\
'check status of this instance.' % (self.failed, status)
self.logger.error(error_message)
self.logger.warning(error_message)
return []
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment