]> granicus.if.org Git - icinga2/commitdiff
livestatus: fix typo
authorMichael Friedrich <michael.friedrich@netways.de>
Tue, 9 Jul 2013 16:05:47 +0000 (18:05 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Tue, 9 Jul 2013 16:05:47 +0000 (18:05 +0200)
components/livestatus/logtable.cpp

index 5d825b18bdd4258b38a84b4613e53db7125d0690..71f7a4100c5fa0a46ae232251bcfe60814d9b968 100644 (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)