diff --git a/openair2/UTIL/LOG/log.h b/openair2/UTIL/LOG/log.h index b31efbcf74908e43dbe7e77bf129f5a94bf58dcd..3a67e85d3d9495e01ef3ec7ec35aa4e9a1cd1ced 100644 --- a/openair2/UTIL/LOG/log.h +++ b/openair2/UTIL/LOG/log.h @@ -408,7 +408,7 @@ static inline void printMeas(char * txt, Meas *M, int period) { M->iterations, M->maxArray[1],M->maxArray[2], M->maxArray[3],M->maxArray[4], M->maxArray[5], M->maxArray[6],M->maxArray[7], M->maxArray[8],M->maxArray[9],M->maxArray[10]); - LOG_W(PHY,txt2); + LOG_W(PHY,"%s",txt2); } }