Removed typo in log when stack not found

"not not" turned to "not"

Change-Id: I1adbcf89c4e459e6819d3168a30251e174e90354
This commit is contained in:
Alexander Ignatov 2015-07-08 17:14:46 +03:00 committed by Vijendar Komalla
parent 5a4a738bcb
commit 613f11bb33
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ class StackController(object):
return exception.map_remote_error(ex)
if templ is None:
msg = _('stack not not found')
msg = _('stack not found')
return exception.HeatInvalidParameterValueError(detail=msg)
return api_utils.format_response('GetTemplate',