X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=config.hh;h=c4459cd4d921fc23c73b6b95608c08d5066f0e28;hb=1b557e88c001f36b009047e8b7ccf06d471f16f8;hp=42fb59572fa640f4a6fe07fbdb1910a4c791f61f;hpb=a1a6c76a214ad1935032826713cabaf9ac57bf07;p=senf.git diff --git a/config.hh b/config.hh index 42fb595..c4459cd 100644 --- a/config.hh +++ b/config.hh @@ -70,12 +70,16 @@ # 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 +# +# ifndef SENF_DEBUG_BACKTRACE_NUMCALLERS +# define SENF_DEBUG_BACKTRACE_NUMCALLERS 64 +# endif # # ///////////////////////////////hh.e//////////////////////////////////////// # endif