Fixed up error from last commit 58/3858/1
authorRon Shacham <rshacham@research.att.com>
Tue, 26 May 2020 20:47:33 +0000 (16:47 -0400)
committerRon Shacham <rshacham@research.att.com>
Tue, 26 May 2020 20:47:33 +0000 (16:47 -0400)
Signed-off-by: Ron Shacham <rshacham@research.att.com>
Change-Id: Ia56ba8e900a207cefd5f624d02a1d7045f2d1cb6

src/ts_xapp/ts_xapp.cpp

index 2dc1523..8c1b79a 100644 (file)
@@ -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();