aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/input_data_parser.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2018-04-17 13:43:04 +0200
committerTibor Frank <tifrank@cisco.com>2018-04-17 13:43:04 +0200
commit2387340f7050112311cd231f7d30d06731da4836 (patch)
tree669daccb94606036bd6e20f72dcbd4c6e46f2258 /resources/tools/presentation/input_data_parser.py
parente3554783146e2c4f2b6b5084c8afc707787d6922 (diff)
Report, trending
Change-Id: Ib71be16f2ddf172c381b43d289a9a0000dad10b6 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/input_data_parser.py')
-rw-r--r--resources/tools/presentation/input_data_parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/input_data_parser.py b/resources/tools/presentation/input_data_parser.py
index db63660d43..18fea3e3a4 100644
--- a/resources/tools/presentation/input_data_parser.py
+++ b/resources/tools/presentation/input_data_parser.py
@@ -250,7 +250,7 @@ class ExecutionChecker(ResultVisitor):
self._data["metadata"]["version"] = self._version
self._msg_type = None
- logging.debug(" VPP version: {0}".format(self._version))
+ logging.info(" VPP version: {0}".format(self._version))
def _get_vat_history(self, msg):
"""Called when extraction of VAT command history is required.