diff options
Diffstat (limited to 'cpp/src/IceGrid/ServerI.cpp')
-rw-r--r-- | cpp/src/IceGrid/ServerI.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ServerI.cpp b/cpp/src/IceGrid/ServerI.cpp index 98eeedd45fb..2fca2d0c00d 100644 --- a/cpp/src/IceGrid/ServerI.cpp +++ b/cpp/src/IceGrid/ServerI.cpp @@ -889,7 +889,8 @@ ServerI::load(const AMD_Node_loadServerPtr& amdCB, const ServerInfo& info, bool { if(_info.uuid != info.uuid) { - throw DeploymentException("server descriptor from replica is from another application"); + throw DeploymentException("server descriptor from replica is from another application (`" + + info.uuid + "'"); } else if(_info.revision > info.revision) { |