projects
/
sip-router
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05433d3
)
log message is changed to debug level in cfg_lookup_var(),
author
Miklos Tirpak
<miklos@iptel.org>
Mon, 10 Mar 2008 10:37:24 +0000
(10:37 +0000)
committer
Miklos Tirpak
<miklos@iptel.org>
Mon, 10 Mar 2008 10:37:24 +0000
(10:37 +0000)
the message does not indicate an error in the framework
cfg/cfg_struct.c
patch
|
blob
|
history
diff --git
a/cfg/cfg_struct.c
b/cfg/cfg_struct.c
index
8d44cc1
..
35be3d7
100644
(file)
--- 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;