X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FTarget.test.cc;h=cdcaed1566572625bfa0eb1289c181ce32e97e2d;hb=74c8ccece7b542a2dfa66bf83a89e6e4fe4f06f3;hp=2a5648ebff4329134291403c345bcb592e6ee2ff;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/Utils/Logger/Target.test.cc b/Utils/Logger/Target.test.cc index 2a5648e..cdcaed1 100644 --- a/Utils/Logger/Target.test.cc +++ b/Utils/Logger/Target.test.cc @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -43,8 +43,8 @@ namespace { typedef std::string result_type; std::string operator()(senf::log::Target::RoutingEntry const & entry) const { - static char const * levels[] = { "NONE", "VERBOSE", "NOTICE", "MESSAGE", - "IMPORTANT", "CRITICAL","DISABLED" }; + static char const * levels[] = { + "NONE", "VERBOSE", "NOTICE", "MESSAGE", "IMPORTANT", "CRITICAL", "FATAL", "DISABLED" }; static char const * actions[] = { "ACCEPT", "REJECT" }; std::stringstream s; s << entry.stream() << "-" << entry.area() << "-" << levels[entry.level()] << "-"