diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-01-12 20:52:09 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-01-12 20:52:09 +0100 |
commit | 1ee5bb5d436067d979fd95f98ed36addcd2efaed (patch) | |
tree | 272addaf7f77d2a6e4c2b443b7826c9f4d6cc336 /src/dabInput.h | |
parent | 57e15e67007c8e416cfdc1e0437f5aea42348b29 (diff) | |
download | dabmux-1ee5bb5d436067d979fd95f98ed36addcd2efaed.tar.gz dabmux-1ee5bb5d436067d979fd95f98ed36addcd2efaed.tar.bz2 dabmux-1ee5bb5d436067d979fd95f98ed36addcd2efaed.zip |
remove some references to tcplog
Diffstat (limited to 'src/dabInput.h')
-rw-r--r-- | src/dabInput.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dabInput.h b/src/dabInput.h index 245a162..685f7b2 100644 --- a/src/dabInput.h +++ b/src/dabInput.h @@ -25,8 +25,8 @@ #ifdef HAVE_CONFIG_H # include "config.h" #endif -#include "TcpLog.h" -extern TcpLog etiLog; +#include "Log.h" +extern Logger etiLog; struct dabInputOperations { |