livestatus: fix typo

This commit is contained in:
Michael Friedrich 2013-07-09 18:05:47 +02:00
parent c4aae5bdba
commit 82ae632389
1 changed files with 1 additions and 1 deletions

View File

@ -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)