Skip to content

Commit

Permalink
Fix typo in the introspect handle method name.
Browse files Browse the repository at this point in the history
Change-Id: I8ce82d23d01cb4df958f07c6f0d46f242d597d07
Related-Bug: 1572332
(cherry picked from commit f1f1266)
  • Loading branch information
cijohnson committed Mar 6, 2017
1 parent ba70b35 commit 29698f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/schema-transformer/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def sandesh_init(self):
self._sandesh.trace_buffer_create(name="MessageBusNotifyTraceBuf",
size=1000)

def redifine_sandesh_handles(self):
def redefine_sandesh_handles(self):
sandesh.VnList.handle_request = self.sandesh_vn_handle_request
sandesh.RoutingInstanceList.handle_request = \
self.sandesh_ri_handle_request
Expand Down

0 comments on commit 29698f0

Please sign in to comment.