Skip to content

Commit f3a10ce

Browse files
authored
Gmoccapy - addition of note in LOG
Every time I read the LOG, I wonder what the number behind MDI mode is. So I added it.
1 parent 25fdb58 commit f3a10ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/emc/usr_intf/gmoccapy/gmoccapy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2742,7 +2742,7 @@ def on_hal_status_mode_manual(self, widget):
27422742
self.last_key_event = None, 0
27432743

27442744
def on_hal_status_mode_mdi(self, widget):
2745-
LOG.debug("MDI Mode {0}".format(self.tool_change))
2745+
LOG.debug("MDI Mode, tool_change = {0}".format(self.tool_change))
27462746

27472747
# if the edit offsets button is active, we do not want to change
27482748
# pages, as the user may want to edit several axis values

0 commit comments

Comments
 (0)