MSIR.0666 Use TRACE, not old-style DEBug keyword

From m204wiki
Revision as of 16:41, 9 November 2010 by Admin (talk | contribs) (1 revision)
Jump to navigation Jump to search

This message indicates that you used a JANUS command with a DEB or DEBUG "keyword" and that you should use the TRACE keyword instead. For example:

  • Use the TRACE parameter, not the DEBUG parameter, of the JANUS DEFINE command.
  • Use the JANUS DISTRACE command, not the JANUS DISDEBUG command.
  • Use the JANUS TRACE command, not the JANUS DEBUG command.
The DEBUG keyword which was used prior to Version 6.0 of the Sirius Mods has been replaced in favor of the TRACE keyword, to distinguish these operations (which are, in fact, tracing) from the operations performed by the JANUSDEBUG and associated commands. 
This is an informational message in Versions 6.4 and earlier of Sirius Mods; after that, it is a counting error message and the command will fail.