From 676cc46f076efeaddba52a578345e189e4f8f53e Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 20 Mar 2018 14:59:34 +0100 Subject: Replace a few fprintf calls by etiLog --- src/Log.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Log.cpp') diff --git a/src/Log.cpp b/src/Log.cpp index f2219eb..ee16880 100644 --- a/src/Log.cpp +++ b/src/Log.cpp @@ -34,6 +34,11 @@ using namespace std; +/* This is called etiLog because it was copy-pasted from ODR-DabMux, even + * though it doesn't make any more sense there than here. + * + * It is a singleton used in all parts of ODR-DabMod to output log messages. + */ Logger etiLog; -- cgit v1.2.3