X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=config.hh;h=44dddeb1d9f7dfa04aa6cfbf8023ad11fd7812c4;hb=24ccc14a000ffeceb9e5b6d02f54d2e971a3aee8;hp=5b77078d6fd2a35e4e876c511fd32e14aa242136;hpb=51044eb18f034c1a059ffe2fb109a422c1cbe251;p=senf.git diff --git a/config.hh b/config.hh index 5b77078..44dddeb 100644 --- a/config.hh +++ b/config.hh @@ -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 @@ -70,10 +70,10 @@ # endif # # ifndef SENF_SENFLOG_LIMIT -# ifdef SENF_NO_DEBUG +# ifndef SENF_DEBUG # define SENF_SENFLOG_LIMIT senf::log::IMPORTANT # else -# define SENF_SENFLOG_LIMIT senf::log::VERBOSE +# define SENF_SENFLOG_LIMIT senf::log::NOTICE # endif # endif #