diff --git a/daemon/call_interfaces.c b/daemon/call_interfaces.c index dd1208ef6..38f6c7477 100644 --- a/daemon/call_interfaces.c +++ b/daemon/call_interfaces.c @@ -787,7 +787,7 @@ void ng_call_stats(struct call *call, const str *fromtag, const str *totag, benc call_bencode_hold_ref(call, output); bencode_dictionary_add_integer(output, "created", call->created); - bencode_dictionary_add_integer(output, "last_signal", call->last_signal); + bencode_dictionary_add_integer(output, "last signal", call->last_signal); tags = bencode_dictionary_add_dictionary(output, "tags");