From 8cc0f571cd7f5d23f6eacc0fcc80a521de707b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20J=C3=BCrges?= <jurges@astron.nl> Date: Tue, 15 Jan 2019 10:58:43 +0000 Subject: [PATCH] SW-557: Add forgotten closing paranthesis --- RTCP/Cobalt/OutputProc/src/TBB_StreamWriter.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RTCP/Cobalt/OutputProc/src/TBB_StreamWriter.cc b/RTCP/Cobalt/OutputProc/src/TBB_StreamWriter.cc index 5654ddfc6e0..909164b2113 100644 --- a/RTCP/Cobalt/OutputProc/src/TBB_StreamWriter.cc +++ b/RTCP/Cobalt/OutputProc/src/TBB_StreamWriter.cc @@ -148,7 +148,7 @@ namespace LOFAR { logErrorRateLimited(&itsLastLogErrorTime, itsLogPrefix + "Received a frame that is smaller than at least the header size: " + boost::lexical_cast<string>(receivedSize) + ", minimum size expected: " - + boost::lexical_cast<string>(HEADERSIZE); + + boost::lexical_cast<string>(HEADERSIZE)); return false; } -- GitLab