aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/honeycomb/BGP.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/python/honeycomb/BGP.py')
-rw-r--r--resources/libraries/python/honeycomb/BGP.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/libraries/python/honeycomb/BGP.py b/resources/libraries/python/honeycomb/BGP.py
index 37a9cb6558..976e41d379 100644
--- a/resources/libraries/python/honeycomb/BGP.py
+++ b/resources/libraries/python/honeycomb/BGP.py
@@ -392,4 +392,5 @@ class BGPKeywords(object):
for item in ref:
if item not in data:
raise HoneycombError(
- "RIB entry {0} not found in operational data.")
+ "RIB entry {0} not found in operational data {1}."
+ .format(item, data))