X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fhoneycomb%2FBGP.py;fp=resources%2Flibraries%2Fpython%2Fhoneycomb%2FBGP.py;h=976e41d37993bea9f3cbd2777c71b025c7e50929;hp=37a9cb65586df55e88fe6c85c80115bc1320d444;hb=40f43968c59bfc40d899cb87bc454af442f17191;hpb=aa25184f3f0925b789de52296053dd51e2bf8684 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))