From 8a53fc4fbeb40c3ac83b489bb8e590d5542dbdde Mon Sep 17 00:00:00 2001 From: Ron Shacham Date: Tue, 26 May 2020 16:47:33 -0400 Subject: [PATCH] Fixed up error from last commit Signed-off-by: Ron Shacham Change-Id: Ia56ba8e900a207cefd5f624d02a1d7045f2d1cb6 --- src/ts_xapp/ts_xapp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ts_xapp/ts_xapp.cpp b/src/ts_xapp/ts_xapp.cpp index 2dc1523..8c1b79a 100644 --- a/src/ts_xapp/ts_xapp.cpp +++ b/src/ts_xapp/ts_xapp.cpp @@ -336,8 +336,8 @@ void policy_callback( Message& mbuf, int mtype, int subid, int len, Msg_componen int rmtype; // received message type - cout << "Policy Callback got a message, type=" << mytpe << " , length=" << len << endl; - cout << "payload is " << payload.get()) << endl; + cout << "Policy Callback got a message, type=" << mtype << " , length=" << len << endl; + cout << "payload is " << payload.get() << endl; const char *arg = (const char*)payload.get(); -- 2.16.6