From 36dc0ff0bfeedaa313ea703b2ee0aca3d71ecc1f Mon Sep 17 00:00:00 2001 From: Ludovicus Date: Wed, 12 Dec 2018 06:31:35 -0500 Subject: [PATCH] Add code to DebugListAllWaypoints() to list more info. --- TomTom.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TomTom.lua b/TomTom.lua index 33638f9..7002e9a 100755 --- a/TomTom.lua +++ b/TomTom.lua @@ -1039,7 +1039,7 @@ function TomTom:DebugListAllWaypoints() local ctxt = RoundCoords(wp[2], wp[3], 2) local desc = wp.title and wp.title or L["Unknown waypoint"] local indent = " " - self:Printf(L["%s%s - %s (map: %d)"], indent, desc, ctxt, wp[1]) + self:Printf(L["%s%s - %s (map: %d) %s %s"], indent, desc, ctxt, wp[1], wp.minimap_icon, wp.worldmap_icon) end end end -- 1.7.9.5