Skip to content

Commit

Permalink
fix tracer path
Browse files Browse the repository at this point in the history
  • Loading branch information
benmaddison committed Mar 18, 2019
1 parent 942a39e commit 16ddbf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpki_agent/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class RpkiAgent(eossdk.AgentHandler):
def __init__(self, sdk, args):
"""Initialise the agent instance."""
self.name = self.__class__.__name__
self.tracer = sdk.Tracer(self.name)
self.tracer = eossdk.Tracer(self.name)
self.tracer.trace0("Setting up {}".format(self.name))
self.args = args
self.agent_mgr = sdk.get_agent_mgr()
Expand Down

0 comments on commit 16ddbf1

Please sign in to comment.