Skip to content
Snippets Groups Projects
Commit 84ab76d9 authored by Niclas Esser's avatar Niclas Esser
Browse files

Update file dada_db_split.cpp

parent 91b06bd3
No related branches found
No related tags found
No related merge requests found
Pipeline #171530 passed
......@@ -83,7 +83,7 @@ bool DbSplit::operator()(RawBytes &dada_block)
}
// As soon as all out buffers are full release them
for(uint i = 0; i < _n_writer; i++){
BOOST_LOG_TRIVIAL(info) << "Releasing writer " << i;
BOOST_LOG_TRIVIAL(debug) << "Releasing writer " << i;
_writer[i]->data_stream().release();
}
return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment