mirror of https://github.com/Icinga/icinga2.git
Make ObjectImpl<Logger>#GetSeverity() non-virtual
After all it's not overridden.
This commit is contained in:
parent
66088050b5
commit
993c9b742d
|
@ -9,7 +9,7 @@ namespace icinga
|
|||
|
||||
abstract class Logger : ConfigObject
|
||||
{
|
||||
[config, virtual] String severity {
|
||||
[config, set_virtual] String severity {
|
||||
default {{{ return "information"; }}}
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue