mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 02:40:14 +00:00
Make: added target check and distcheck
+ added check for CppUnit
This commit is contained in:
@@ -52,6 +52,8 @@
|
||||
#include "host.h"
|
||||
#include "rang.hpp"
|
||||
|
||||
volatile int log_level = LOG_LEVEL_INFO;
|
||||
|
||||
static void _dprintf(const char *format, ...)
|
||||
{
|
||||
if (log_level < LOG_LEVEL_DEBUG) {
|
||||
|
||||
Reference in New Issue
Block a user