From 4307c6c9d7849aaf9994dcc38981dcc12498c209 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Tue, 15 Jan 2019 10:21:55 +0100 Subject: Update error messages. --- src/file-update.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/file-update.cpp') diff --git a/src/file-update.cpp b/src/file-update.cpp index fc05732e3..0aa40ab62 100644 --- a/src/file-update.cpp +++ b/src/file-update.cpp @@ -290,7 +290,7 @@ void sp_file_convert_dpi(SPDocument *doc) // OK break; default: - std::cerr << "sp_file_open: Unhandled width unit!" << std::endl; + std::cerr << "sp_file_convert_dpi: Unhandled width unit!" << std::endl; } switch (root->height.unit) { @@ -311,7 +311,7 @@ void sp_file_convert_dpi(SPDocument *doc) // OK break; default: - std::cerr << "sp_file_open: Unhandled height unit!" << std::endl; + std::cerr << "sp_file_convert_dpi: Unhandled height unit!" << std::endl; } if (need_fix_units && need_fix_viewbox) { -- cgit v1.2.3