Skip to content
Snippets Groups Projects
Commit d1d6a140 authored by winckel's avatar winckel
Browse files

Increase message length to avoid truncation when verbose is set to full.

Fixed some warnings.

pre-ci ok.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4411 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent ccb126d6
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ extern "C" {
* @ingroup _macro
* @brief the macros that describe the maximum length of LOG
* @{*/
#define MAX_LOG_ITEM 70 /*!< \brief the maximum length of a LOG item, what is LOG_ITEM ??? */
#define MAX_LOG_ITEM 100 /*!< \brief the maximum length of a LOG item, what is LOG_ITEM ??? */
#define MAX_LOG_INFO 1000 /*!< \brief the maximum length of a log */
#define MAX_LOG_TOTAL 1500 /*!< \brief the maximum length of a log */
/* @}*/
......@@ -304,8 +304,8 @@ typedef struct {
} log_t;
typedef struct LOG_params {
char *file;
char *func;
const char *file;
const char *func;
int line;
int comp;
int level;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment