summaryrefslogtreecommitdiff
path: root/framework/source/fwe/helper/documentundoguard.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/fwe/helper/documentundoguard.cxx')
-rw-r--r--framework/source/fwe/helper/documentundoguard.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/fwe/helper/documentundoguard.cxx b/framework/source/fwe/helper/documentundoguard.cxx
index 956c7111f4fb..3fed0051c8fb 100644
--- a/framework/source/fwe/helper/documentundoguard.cxx
+++ b/framework/source/fwe/helper/documentundoguard.cxx
@@ -182,7 +182,7 @@ namespace framework
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("fwk");
}
}
@@ -196,7 +196,7 @@ namespace framework
}
catch( const Exception& )
{
- DBG_UNHANDLED_EXCEPTION();
+ DBG_UNHANDLED_EXCEPTION("fwk");
}
}
}