fix log string
This commit is contained in:
parent
afa34340d8
commit
7cbfe62af8
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ std::pair<bool,box2d<double>> process_csv_file(T & boxes, std::string const& fil
|
|||
if (num_fields != num_headers)
|
||||
{
|
||||
std::ostringstream s;
|
||||
s << "CSV Plugin: # of columns(" << num_fields << ")";
|
||||
s << "CSV Index: # of columns(" << num_fields << ")";
|
||||
if (num_fields > num_headers)
|
||||
{
|
||||
s << " > ";
|
||||
|
|
Loading…
Reference in a new issue