1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-03 17:30:37 +00:00

FS-7610: fix gcc5 compilation issue

This commit is contained in:
Michael Jerris 2015-06-05 11:41:16 -04:00
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