]> git.lyx.org Git - features.git/blobdiff - src/graphics/GraphicsImage.cpp
reduce line noise
[features.git] / src / graphics / GraphicsImage.cpp
index c71304082448aa420ad5c885945e2f999a078ef0..ccb96206e33c9152eedbcdb9abd97093ce2f89d2 100644 (file)
@@ -42,12 +42,10 @@ Image::getScaledDimensions(Params const & params) const
                height = getHeight();
        }
 
-       LYXERR(Debug::GRAPHICS)
-               << "graphics::Image::getScaledDimensions()"
+       LYXERR(Debug::GRAPHICS, "graphics::Image::getScaledDimensions()"
                << "\n\tparams.scale       : " << params.scale
                << "\n\twidth              : " << width
-               << "\n\theight             : " << height
-               << std::endl;
+               << "\n\theight             : " << height);
 
        return std::make_pair(width, height);
 }