summaryrefslogtreecommitdiffstats
path: root/src/live_effects/effect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/live_effects/effect.cpp')
-rw-r--r--src/live_effects/effect.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/effect.cpp b/src/live_effects/effect.cpp
index f87e365bc..4ccfa5952 100644
--- a/src/live_effects/effect.cpp
+++ b/src/live_effects/effect.cpp
@@ -145,9 +145,9 @@ Effect::doEffect_nartbpath (NArtBpath * path_in)
return new_bpath;
}
catch (std::exception e) {
- g_warning("An exception occurred during execution of an LPE - %s", e.what());
+ g_warning("Exception during LPE %s execution. \n %s", getName().c_str(), e.what());
SP_ACTIVE_DESKTOP->messageStack()->flash( Inkscape::WARNING_MESSAGE,
- _("An exception occurred during execution of a Path Effect.") );
+ _("An exception occurred during execution of the Path Effect.") );
NArtBpath *path_out;