diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2019-01-15 09:21:55 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2019-01-15 09:21:55 +0000 |
| commit | 4307c6c9d7849aaf9994dcc38981dcc12498c209 (patch) | |
| tree | 2e375a24ba00aa2eeba74d08d5801754ae7253c4 /src/file-update.cpp | |
| parent | add specific datadir (diff) | |
| download | inkscape-4307c6c9d7849aaf9994dcc38981dcc12498c209.tar.gz inkscape-4307c6c9d7849aaf9994dcc38981dcc12498c209.zip | |
Update error messages.
Diffstat (limited to 'src/file-update.cpp')
| -rw-r--r-- | src/file-update.cpp | 4 |
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) { |
