summaryrefslogtreecommitdiffstats
path: root/src/dabInputDabplusFifo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dabInputDabplusFifo.cpp')
-rw-r--r--src/dabInputDabplusFifo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dabInputDabplusFifo.cpp b/src/dabInputDabplusFifo.cpp
index fdff5ad..48c25b7 100644
--- a/src/dabInputDabplusFifo.cpp
+++ b/src/dabInputDabplusFifo.cpp
@@ -115,7 +115,7 @@ int dabInputDabplusFifoRead(void* args, void* buffer, int size)
}
data->bufferOffset += ret;
if (data->bufferOffset != data->bufferSize) {
- etiLog.print(TcpLog::CRIT, "ERROR: Incomplete DAB+ frame!\n");
+ etiLog.log(alert, "ERROR: Incomplete DAB+ frame!\n");
return 0;
}
}