From: Ron Shacham Date: Tue, 26 May 2020 20:47:33 +0000 (-0400) Subject: Fixed up error from last commit X-Git-Tag: 1.0.11~4 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=8a53fc4fbeb40c3ac83b489bb8e590d5542dbdde;p=ric-app%2Fts.git Fixed up error from last commit Signed-off-by: Ron Shacham Change-Id: Ia56ba8e900a207cefd5f624d02a1d7045f2d1cb6 --- 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();