mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-15 22:00:07 -04:00
livestatus: fix typo
This commit is contained in:
parent
c4aae5bdba
commit
82ae632389
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue