diff options
Diffstat (limited to 'cppe/src')
-rw-r--r-- | cppe/src/IceE/Reference.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceE/Reference.cpp b/cppe/src/IceE/Reference.cpp index dc29b400091..ea3f67869f5 100644 --- a/cppe/src/IceE/Reference.cpp +++ b/cppe/src/IceE/Reference.cpp @@ -470,7 +470,7 @@ IceInternal::FixedReference::getConnection() const if(_fixedConnections.empty()) { NoEndpointException ex(__FILE__, __LINE__); - ex.proxy = toString(); + ex.proxy = ""; // No stringified representation for fixed proxies. throw ex; } |