Skip to content
Snippets Groups Projects

Bug 494152 (2) - bugfix: Cfg Editor logging console mask bits are wri…

Merged Eclipse Webmaster requested to merge github/fork/alovassy/master into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -806,7 +806,7 @@ pr_PlainLoggingParam
{ logParamEntry.setConsoleMaskRoot( $ctx );
logParamEntry.setConsoleMask( $consoleMask.ctx );
Map<LoggingBit, ParseTree> loggingBitMask = $consoleMask.loggingBitMask;
logParamEntry.setFileMaskBits( loggingBitMask );
logParamEntry.setConsoleMaskBits( loggingBitMask );
}
| DISKFULLACTION ASSIGNMENTCHAR11 dfa = pr_DiskFullActionValue
{ logParamEntry.setDiskFullActionRoot( $ctx );
@@ -877,6 +877,7 @@ pr_PlainLoggingParam
{ logParamEntry.setLogEntityNameRoot( $ctx );
logParamEntry.setEmergencyLoggingMask( $elm.ctx );
Map<LoggingBit, ParseTree> loggingBitMask = $elm.loggingBitMask;
//TODO: use loggingBitMask if needed
}
)
;
Loading