changed exception message in logslice

This commit is contained in:
pnispel 2014-05-22 14:29:25 -07:00
Родитель 1a7a9e5c64
Коммит 9d08d9bba4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -66,7 +66,7 @@ class LogSliceView(viewsets.ViewSet):
except Exception as e:
logging.error(e)
raise ResourceNotFoundException
raise ResourceNotFoundException("There was an error fetching the log file.")
finally:
if handle: