From: Miklos Tirpak Date: Mon, 10 Mar 2008 10:37:24 +0000 (+0000) Subject: log message is changed to debug level in cfg_lookup_var(), X-Git-Tag: sr_before_modules_merge~413 X-Git-Url: http://git.sip-router.org/cgi-bin/gitweb.cgi?p=sip-router;a=commitdiff_plain;h=780542a5cedfc16cad3cb265be35880df905a1c4 log message is changed to debug level in cfg_lookup_var(), the message does not indicate an error in the framework --- diff --git a/cfg/cfg_struct.c b/cfg/cfg_struct.c index 8d44cc1d85..35be3d7bb8 100644 --- a/cfg/cfg_struct.c +++ b/cfg/cfg_struct.c @@ -482,7 +482,7 @@ int cfg_lookup_var(str *gname, str *vname, break; } - LOG(L_ERR, "ERROR: cfg_lookup_var(): variable not found: %.*s.%.*s\n", + LOG(L_DBG, "DEBUG: cfg_lookup_var(): variable not found: %.*s.%.*s\n", gname->len, gname->s, vname->len, vname->s); return -1;