Skip to content

Commit

Permalink
Merge pull request #9851 from Icinga/Al2Klimov-patch-3
Browse files Browse the repository at this point in the history
Make ObjectImpl<Logger>#GetSeverity() non-virtual
  • Loading branch information
Al2Klimov authored Dec 22, 2023
2 parents 6c03598 + 993c9b7 commit 28b2db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/base/logger.ti
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace icinga

abstract class Logger : ConfigObject
{
[config, virtual] String severity {
[config, set_virtual] String severity {
default {{{ return "information"; }}}
};
};
Expand Down

0 comments on commit 28b2db8

Please sign in to comment.