From 49ecfa7729db715a78ca452f28c46ca502dae3e3 Mon Sep 17 00:00:00 2001 From: Simon Horne Date: Thu, 2 Aug 2012 11:05:08 +0000 Subject: [PATCH] missing ; --- MakeCall.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MakeCall.cxx b/MakeCall.cxx index 2f61435b..7fb9f932 100644 --- a/MakeCall.cxx +++ b/MakeCall.cxx @@ -135,7 +135,7 @@ void MakeCallEndPoint::OnConnectionEstablished(H323Connection & connection, { // find second party by call token PString second_party = GetDestination(token); - PTRACE(1, "MakeCallEndpoint: Transferring call to 2nd party " << second_party) + PTRACE(1, "MakeCallEndpoint: Transferring call to 2nd party " << second_party); if (transferMethod == "H.450.2") { #ifdef HAS_H450