Commit c1230cc
committed
sim/touchy: disable EMC_DEBUG_TASK_ISSUE logging (DEBUG=0)
touchy.ini was the only sim config shipping a non-zero DEBUG (0x10 =
EMC_DEBUG_TASK_ISSUE). That flag makes task log every issued NML command
as an ASCII string via emcCommandBuffer->msg2str(), which lazily creates
a CMS_DISPLAY_ASCII_UPDATER and prints its scary 'may not function
properly due to range limitations' banner on startup.
The emcCommand buffer is correctly xdr-encoded; the ASCII updater is only
a temporary string-conversion helper for the debug log. Setting DEBUG=0
(matching axis and gmoccapy sims) stops the task-issue logging and the
spurious banner. No functional change to touchy.
Surfaced by the ui-smoke tests (#4054).1 parent f01903d commit c1230cc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments