From: Michael Friedrich Date: Tue, 9 Jul 2013 16:05:47 +0000 (+0200) Subject: livestatus: fix typo X-Git-Tag: v0.0.3~873 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82ae6323892ae6356de79686a85ed4d42e2ceedf;p=icinga2 livestatus: fix typo --- 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)