aboutsummaryrefslogtreecommitdiffstats
path: root/src/Flowgraph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Flowgraph.cpp')
-rw-r--r--src/Flowgraph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Flowgraph.cpp b/src/Flowgraph.cpp
index 506832c..c14280e 100644
--- a/src/Flowgraph.cpp
+++ b/src/Flowgraph.cpp
@@ -256,7 +256,7 @@ Flowgraph::~Flowgraph()
myProcessTime);
ss << node_time_sz;
- fprintf(stderr, "%s", ss.str().c_str());
+ etiLog.level(debug) << ss.str();
}
}