diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2008-07-16 12:41:06 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2008-07-16 12:41:06 +0000 |
| commit | a74ffb4bd042bfb8edefb3e539b92dcd0589a2e0 (patch) | |
| tree | 2117898290730a32fc8ae150d85fdff3818dbaa5 /qpid/java/systests | |
| parent | c33a0a69945a04a3cdcc430c2415a8d4dde1fdf0 (diff) | |
| download | qpid-python-a74ffb4bd042bfb8edefb3e539b92dcd0589a2e0.tar.gz | |
QPID-1181 : Added additional logging to help diagnose a NullPointerException
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@677263 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/systests')
| -rw-r--r-- | qpid/java/systests/src/main/java/org/apache/qpid/server/util/TestApplicationRegistry.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/java/systests/src/main/java/org/apache/qpid/server/util/TestApplicationRegistry.java b/qpid/java/systests/src/main/java/org/apache/qpid/server/util/TestApplicationRegistry.java index 6b5ab632b0..6864b0a80d 100644 --- a/qpid/java/systests/src/main/java/org/apache/qpid/server/util/TestApplicationRegistry.java +++ b/qpid/java/systests/src/main/java/org/apache/qpid/server/util/TestApplicationRegistry.java @@ -63,6 +63,8 @@ public class TestApplicationRegistry extends ApplicationRegistry public void initialise() throws Exception { + _logger.info("Initialising TestApplicationRegistry"); + Properties users = new Properties(); users.put("guest", "guest"); |
