X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FConsoleTarget.cci;h=5fc13c1e87c4119458f1f13dcd655b4865e3f52c;hb=41eff772147b6df1961d9029ba6815b553b4f81d;hp=3ca4cce74c00135e57e313068d167356967fceba;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/Utils/Logger/ConsoleTarget.cci b/Utils/Logger/ConsoleTarget.cci index 3ca4cce..5fc13c1 100644 --- a/Utils/Logger/ConsoleTarget.cci +++ b/Utils/Logger/ConsoleTarget.cci @@ -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 @@ -40,7 +40,7 @@ prefix_ senf::log::ConsoleTarget & senf::log::ConsoleTarget::instance() } prefix_ senf::log::ConsoleTarget::ConsoleTarget() - : IOStreamTarget(std::cout) + : IOStreamTarget("console", std::cout) {} ///////////////////////////////cci.e///////////////////////////////////////