summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--binaryurp/source/bridge.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/binaryurp/source/bridge.cxx b/binaryurp/source/bridge.cxx
index 4d375f414719..99e6cafd6f9f 100644
--- a/binaryurp/source/bridge.cxx
+++ b/binaryurp/source/bridge.cxx
@@ -839,7 +839,8 @@ Bridge::~Bridge() {
osl::MutexGuard g(mutex_);
SAL_WARN_IF(
state_ == STATE_STARTED || state_ == STATE_TERMINATED, "binaryurp",
- "undisposed bridge, potential deadlock ahead");
+ "undisposed bridge \"" << name_ <<"\" in state " << state_
+ << ", potential deadlock ahead");
}
#endif
dispose();