diff --git a/openair2/UTIL/LOG/log.h b/openair2/UTIL/LOG/log.h
index c6eedf6bb389a3d9cc789762e0bd4620b1d32ecd..9de693fa92fbaf70414f4b41750e628284534b43 100755
--- a/openair2/UTIL/LOG/log.h
+++ b/openair2/UTIL/LOG/log.h
@@ -320,7 +320,7 @@ typedef struct LOG_params {
   int line;
   int comp;
   int level;
-  char *format;
+  const char *format;
   char l_buff_info [MAX_LOG_INFO];
   int len;
 } LOG_params;