mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
test: Add TRACE_INFO and TRACE_ERROR definitions
This commit is contained in:
@@ -3,3 +3,5 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#define TRACE_DEBUG(x, args ...) printf(x, ## args)
|
||||
#define TRACE_INFO TRACE_DEBUG
|
||||
#define TRACE_ERROR TRACE_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user