From f1874c259259a039227517a9cd58d7017a1bef34 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 12 Jan 2014 21:54:07 +0100 Subject: replace all occurrencies of TcpLog and old etiLog --- src/dabInputRawFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dabInputRawFile.cpp') diff --git a/src/dabInputRawFile.cpp b/src/dabInputRawFile.cpp index 17be73c..1cc06a9 100644 --- a/src/dabInputRawFile.cpp +++ b/src/dabInputRawFile.cpp @@ -47,7 +47,7 @@ int dabInputRawFileRead(dabInputOperations* ops, void* args, void* buffer, { int ret = ops->read(args, buffer, size); if (ret == 0) { - etiLog.print(TcpLog::NOTICE, "reach end of raw file -> rewinding\n"); + etiLog.log(info, "reach end of raw file -> rewinding\n"); ops->rewind(args); ret = ops->read(args, buffer, size); } -- cgit v1.2.3