FS-7610: fix gcc5 compilation issue
This commit is contained in:
parent
8aea72c825
commit
e4fef7bdca
|
@ -111,7 +111,7 @@ typedef int stfu_filehandle_t;
|
|||
#endif
|
||||
|
||||
|
||||
#define STFU_PRE __FILE__, __FUNCTION__, __LINE__
|
||||
#define STFU_PRE __FILE__, __SWITCH_FUNC__, __LINE__
|
||||
#define STFU_LOG_LEVEL_DEBUG 7
|
||||
#define STFU_LOG_LEVEL_INFO 6
|
||||
#define STFU_LOG_LEVEL_NOTICE 5
|
||||
|
|
Loading…
Reference in New Issue