Skip to content

Commit 89df479

Browse files
authored
Merge pull request #3085 from zz912/patch-28
Gmoccapy - addition of note in LOG
2 parents 34c1070 + f3a10ce commit 89df479

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)