mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
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
|
abstract class Logger : ConfigObject
|
||||||
{
|
{
|
||||||
[config, virtual] String severity {
|
[config, set_virtual] String severity {
|
||||||
default {{{ return "information"; }}}
|
default {{{ return "information"; }}}
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user