diff --git a/components/livestatus/logtable.cpp b/components/livestatus/logtable.cpp index 5d825b18b..71f7a4100 100644 --- a/components/livestatus/logtable.cpp +++ b/components/livestatus/logtable.cpp @@ -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)