transition from status_trace() to status_debug

This commit is contained in:
darosior
2019-09-08 18:39:26 +02:00
committed by Rusty Russell
parent 0504a51211
commit 0b0ad4c22d
27 changed files with 210 additions and 213 deletions

View File

@@ -2,8 +2,8 @@
#include <ccan/time/time.h>
#include <common/status.h>
#undef status_trace
#define status_trace(...)
#undef status_debug
#define status_debug(...)
#define main unused_main
int main(int argc, char *argv[]);