Output written bytes to log in OMWriter

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@495 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-01-13 15:01:55 +00:00
parent ae4ac69bb3
commit 66d89e707f

View File

@@ -426,7 +426,7 @@ bool _OMWriter_::write_binary(std::ostream& _os, BaseExporter& _be,
OMFormat::Chunk::Entity_Mesh, swap ); OMFormat::Chunk::Entity_Mesh, swap );
} }
// std::clog << "#bytes written: " << bytes << std::endl; std::clog << "#bytes written: " << bytes << std::endl;
return true; return true;
} }