Browse code

YARA: turn off error message

Steven Morgan authored on 2015/04/30 17:22:30
Showing 1 changed files
... ...
@@ -165,7 +165,7 @@ int yr_execute_code(
165 165
 
166 166
   while(1)
167 167
   {
168
-    cli_errmsg("yara_exec: executing %i\n", *ip);
168
+      //    cli_errmsg("yara_exec: executing %i\n", *ip);
169 169
     switch(*ip)
170 170
     {
171 171
       case OP_HALT: