MT#12707 - fix log string format

Change-Id: If1b93160c293b6bb6db9a96656dc8712c25a261a
changes/94/2794/1
Kirill Solomko 10 years ago
parent fd5d1e9c1d
commit 07c995bfd6

@ -83,7 +83,7 @@ end
if res then
self.central:expire(uuid, self.config.expire)
end
sr.log("info", string.format("central:hset[%s]=>[%s] callid: %s start_time: %s duration: %d caller: %s callee: %s caller_id: %s callee_id: %s expire: %d\n",
sr.log("info", string.format("central:hset[%s]=>[%s] callid: %s start_time: %s duration: %d caller: %s callee: %s source: %s expire: %d\n",
uuid, tostring(res),
callid,
start_time, duration,

Loading…
Cancel
Save