mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Merge pull request #9851 from Icinga/Al2Klimov-patch-3
Make ObjectImpl<Logger>#GetSeverity() non-virtual
This commit is contained in:
commit
28b2db8446
@ -9,7 +9,7 @@ namespace icinga
|
||||
|
||||
abstract class Logger : ConfigObject
|
||||
{
|
||||
[config, virtual] String severity {
|
||||
[config, set_virtual] String severity {
|
||||
default {{{ return "information"; }}}
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user