Feature - Implemented Debug log should always include revision number (patch)

ziz

Member
Per Veracity's comment, it would be helpful if the debug log always included the Mafia revision number, even in 'released' mode.

Attached is a patch against 9571 which implements this behavior while maintaining historical behavior other places getVersion is used, by introducing a new signature for StaticEntity.getVersion( boolean forceRevision ) and making the no-arguments version call the new version with ( false ).
 

Attachments

  • debuglog_revision.diff.txt
    1.4 KB · Views: 28
Top