1
1

Remove the #define VERBOSE line to stop debug message spew from happening.

This commit was SVN r19248.
Этот коммит содержится в:
Terry Dontje 2008-08-12 12:14:26 +00:00
родитель e64f028d62
Коммит 5641bd5549

Просмотреть файл

@ -115,7 +115,6 @@
#define VERBOSE_REQ 0x00000010
#define VERBOSE_REQ_DUMP 0x00000020
#define VERBOSE 0xFFFFFFFF
#if VERBOSE
#define DEBUG(LEVEL, WHAT) if(LEVEL & VERBOSE) { printf WHAT; }
#else