From d5afedae5f31a6b4c8052b12af9279e609ac5f20 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 1 Sep 2018 18:46:00 +0200 Subject: Replace DEBUG by TRACE in config.h --- src/Flowgraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Flowgraph.h') diff --git a/src/Flowgraph.h b/src/Flowgraph.h index 43550d0..389359b 100644 --- a/src/Flowgraph.h +++ b/src/Flowgraph.h @@ -66,7 +66,7 @@ protected: std::list myInputMetadata; std::list myOutputMetadata; -#if DEBUG +#if TRACE std::list myDebugFiles; #endif -- cgit v1.2.3