summaryrefslogtreecommitdiffstats
path: root/src/file-update.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/file-update.cpp')
-rw-r--r--src/file-update.cpp4
1 files changed, 2 insertions, 2 deletions
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) {