diff options
Diffstat (limited to 'java/demo/IceGrid/allocate/Client.java')
-rw-r--r-- | java/demo/IceGrid/allocate/Client.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/demo/IceGrid/allocate/Client.java b/java/demo/IceGrid/allocate/Client.java index 300169ac940..09c4662303d 100644 --- a/java/demo/IceGrid/allocate/Client.java +++ b/java/demo/IceGrid/allocate/Client.java @@ -130,6 +130,8 @@ public class Client extends Ice.Application } catch(IceGrid.AllocationException ex) { + System.err.println("could not allocate object: " + ex.reason); + return 1; } catch(IceGrid.ObjectNotRegisteredException ex) { |