Skip to content

Commit

Permalink
Fix lshkit for newer logging format
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Frederickson committed Nov 2, 2017
1 parent be517c5 commit 57b9d3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ std::string FitData(const FloatMatrix& data,
unsigned F // divide the sample to F folds
)
{
LOG(LIB_INFO) << "started running FitData" << std::endl;
LOG(LIB_INFO) << "started running FitData";

std::vector<unsigned> idx(data.getSize());
for (size_t i = 0; i < idx.size(); ++i) idx[i] = i;
Expand Down

0 comments on commit 57b9d3b

Please sign in to comment.