Browse code

set cli_yaramsg() to debugging mode

Kevin Lin authored on 2015/02/14 01:25:50
Showing 1 changed files
... ...
@@ -2754,7 +2754,7 @@ static int cli_loadopenioc(FILE *fs, const char *dbname, struct cl_engine *engin
2754 2754
 }
2755 2755
 
2756 2756
 #ifndef _WIN32
2757
-#define YARA_DEBUG 2
2757
+#define YARA_DEBUG 1
2758 2758
 #if (YARA_DEBUG == 2)
2759 2759
 #define cli_yaramsg(...) cli_errmsg(__VA_ARGS__)
2760 2760
 #elif (YARA_DEBUG == 1)