summaryrefslogtreecommitdiffstats
path: root/src/inkscape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/inkscape.cpp')
-rw-r--r--src/inkscape.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkscape.cpp b/src/inkscape.cpp
index b30d06168..996f72420 100644
--- a/src/inkscape.cpp
+++ b/src/inkscape.cpp
@@ -406,7 +406,7 @@ Application::add_style_sheet()
// Gtk::CssProviderError not defined until 3.16.
catch (const Gtk::CssProviderError& ex)
{
- g_error("CSSProviderError::load_from_path(): %s\n(%s)",
+ g_critical("CSSProviderError::load_from_path(): failed to load '%s'\n(%s)",
style.c_str(), ex.what().c_str());
}
#else