From 50a37883b8671ca31cfe7eecc59567d8ef11e670 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Wed, 3 Apr 2013 18:22:15 +0200 Subject: [PATCH] less dbg --- ngcp/xavp.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ngcp/xavp.lua b/ngcp/xavp.lua index c7f74ea..aad8b18 100644 --- a/ngcp/xavp.lua +++ b/ngcp/xavp.lua @@ -60,7 +60,7 @@ NGCPXAvp_MT = { vtype = tonumber(vtype) end if vtype == 0 then - sr.log("info",string.format("sr.pv.sets->%s:%s", id, value)) + sr.log("dbg",string.format("sr.pv.sets->%s:%s", id, value)) sr.pv.sets(id, value) elseif vtype == 1 then if type(value) == "string" then @@ -76,7 +76,7 @@ NGCPXAvp_MT = { if type(check) == 'table' then check = table.tostring(check) end - sr.log("info", string.format("%s:%s", id, check)) + --sr.log("info", string.format("%s:%s", id, check)) else sr.log("err", string.format("%s:nil", id)) end