mirror of https://github.com/Icinga/icinga2.git
livestatus: fix typo
This commit is contained in:
parent
c4aae5bdba
commit
82ae632389
|
@ -54,7 +54,7 @@ void LogTable::AddColumns(Table *table, const String& prefix,
|
|||
|
||||
String LogTable::GetName(void) const
|
||||
{
|
||||
return "status";
|
||||
return "log";
|
||||
}
|
||||
|
||||
void LogTable::FetchRows(const AddRowFunction& addRowFn)
|
||||
|
|
Loading…
Reference in New Issue