MSIR.0666 Use TRACE, not old-style DEBug keyword: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
(Automatically generated page update)
Line 1: Line 1:
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:
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:


<ul>  
<ul> <li>Use the TRACE parameter, not the DEBUG parameter, of the JANUS DEFINE command. <li>Use the JANUS DISTRACE command, not the JANUS DISDEBUG command. <li>Use the JANUS TRACE command, not the JANUS DEBUG command.</ul>  
<li>Use the TRACE parameter, not the DEBUG parameter, of the JANUS DEFINE command.  
<li>Use the JANUS DISTRACE command, not the JANUS DISDEBUG command.  
<li>Use the JANUS TRACE command, not the JANUS DEBUG command.
</ul>  


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.  
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.
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.


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]]

Revision as of 00:17, 23 April 2014

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.