Skip to content
Snippets Groups Projects
Commit 8cc0f571 authored by Thomas Jürges's avatar Thomas Jürges
Browse files

SW-557: Add forgotten closing paranthesis

parent e63c0e4d
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,7 @@ namespace LOFAR ...@@ -148,7 +148,7 @@ namespace LOFAR
{ {
logErrorRateLimited(&itsLastLogErrorTime, itsLogPrefix + "Received a frame that is smaller than at least the header size: " 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>(receivedSize) + ", minimum size expected: "
+ boost::lexical_cast<string>(HEADERSIZE); + boost::lexical_cast<string>(HEADERSIZE));
return false; return false;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment