From 2da1c6d283b560c7405a89cfc368ea6a554a68a7 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sat, 17 Nov 2007 01:44:59 +0000 Subject: 2geom tryout: new exceptions (bzr r4094) --- src/live_effects/effect.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/live_effects/effect.cpp') 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; -- cgit v1.2.3