spark: silence irmp debugging messages after last merge

Origin commit data
------------------
Branch: master
Commit: 9710f6df22
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-22 (Wed, 22 Feb 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-02-22 20:11:27 +01:00
parent aeea36eb31
commit c1fbccfb07

View File

@@ -716,7 +716,7 @@ typedef unsigned int16 uint16_t;
#endif #endif
#define ANALYZE_PRINTF(...) { if (verbose) { printf (__VA_ARGS__); } } #define ANALYZE_PRINTF(...) { if (verbose) { printf (__VA_ARGS__); } }
#define ANALYZE_NEWLINE() { if (verbose) { putchar ('\n'); } } #define ANALYZE_NEWLINE() { if (verbose) { putchar ('\n'); } }
static int silent; static int silent = TRUE;
static int time_counter; static int time_counter;
static int verbose; static int verbose;
#else #else