correct std::clog message
This commit is contained in:
parent
faa2c19359
commit
f58a13825f
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ struct main_marker_visitor
|
|||
if (ret != 0)
|
||||
status = ret;
|
||||
}
|
||||
std::clog << "rendered to: " << svg_name_ << "\n";
|
||||
std::clog << "rendered to: " << png_name << "\n";
|
||||
return status;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue