]> git.proxmox.com Git - mirror_ifupdown2.git/commitdiff
addons: vrf: cosmetic print statement fix
authorNikhil <nikhil@cumulusnetworks.com>
Tue, 4 Oct 2016 18:37:52 +0000 (11:37 -0700)
committerNikhil <nikhil@cumulusnetworks.com>
Tue, 4 Oct 2016 22:36:28 +0000 (15:36 -0700)
Ticket: CM-12753
Reviewed By: roopa, julien
Testing Done: used same config mentioned in the bug

Changed %d to %s inorder to print a string.

Signed-off-by: Nikhil <nikhil@cumulusnetworks.com>
addons/vrf.py

index 197635db086d1d4390e240c412d8c60e57b79807..c0e1565c9d4bb340c1be0c09aab4c48860ad2bfa 100644 (file)
@@ -312,7 +312,7 @@ class vrf(moduleBase):
             self.iproute2_vrf_map_sync_to_disk = True
             del self.iproute2_vrf_map[int(table_id)]
         except Exception, e:
-            self.logger.info('vrf: iproute2 vrf map del failed for %d (%s)'
+            self.logger.info('vrf: iproute2 vrf map del failed for %s (%s)'
                              %(table_id, str(e)))
             pass