From 82ae6323892ae6356de79686a85ed4d42e2ceedf Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Tue, 9 Jul 2013 18:05:47 +0200 Subject: [PATCH] livestatus: fix typo --- components/livestatus/logtable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.40.0