FS-7610: fix gcc5 compilation issue

This commit is contained in:
Michael Jerris 2015-06-05 11:41:16 -04:00
parent 479c13ab47
commit bb051500a1
1 changed files with 1 additions and 1 deletions

View File

@ -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