diff --git a/handler/analyzer/analyze_index_space.py b/handler/analyzer/analyze_index_space.py index 9fe0b1bc..ba2b2419 100644 --- a/handler/analyzer/analyze_index_space.py +++ b/handler/analyzer/analyze_index_space.py @@ -96,6 +96,7 @@ def handle(self): try: self.init_option() except Exception as e: + self.stdio.error("init option failed: {0}".format(str(e))) return ObdiagResult(ObdiagResult.INPUT_ERROR_CODE, error_data="init option failed: {0}".format(str(e))) try: # evaluate the space size of the table where the index is located