blob: b90026b2926489b379dc330e8ec2fe0f79dff676 [file] [log] [blame]
Harald Welte9d3e3822015-11-09 00:50:54 +01001#pragma once
2
3#include <stdio.h>
4
5#define TRACE_DEBUG(x, args ...) printf(x, ## args)
Harald Welte22925ea2016-02-29 21:14:25 +01006#define TRACE_INFO TRACE_DEBUG
7#define TRACE_ERROR TRACE_DEBUG