diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-03-20 14:59:34 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-03-20 15:02:10 +0100 |
commit | 676cc46f076efeaddba52a578345e189e4f8f53e (patch) | |
tree | 77f5cd517a3e84013b5e75e8c48ece766e8024a8 /src/Log.cpp | |
parent | 4422ab97c43e13735d274219a2957aae7ec60d76 (diff) | |
download | dabmod-676cc46f076efeaddba52a578345e189e4f8f53e.tar.gz dabmod-676cc46f076efeaddba52a578345e189e4f8f53e.tar.bz2 dabmod-676cc46f076efeaddba52a578345e189e4f8f53e.zip |
Replace a few fprintf calls by etiLog
Diffstat (limited to 'src/Log.cpp')
-rw-r--r-- | src/Log.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
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; |