summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2012-07-12 09:47:39 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2012-07-12 09:49:23 -0500
commit8a94a9c4b7fc3e316c3f9a00b323eba4110862d7 (patch)
treec22bc9e5f766be324103804c9b45b2161e6b346e /bin
parent2a909ee83d23a38e2ae7ca8002e570788674521c (diff)
downloadkeystone-8a94a9c4b7fc3e316c3f9a00b323eba4110862d7.tar.gz
keystone-8a94a9c4b7fc3e316c3f9a00b323eba4110862d7.tar.xz
keystone-8a94a9c4b7fc3e316c3f9a00b323eba4110862d7.zip
Removed redundant / excessively verbose debug
Before: http://paste.openstack.org/raw/19365/ After: http://paste.openstack.org/raw/19364/ Change-Id: Iea2bc9a3448669031ed3e5578a01537635087289
Diffstat (limited to 'bin')
-rwxr-xr-xbin/keystone-all3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/keystone-all b/bin/keystone-all
index 558161c2..ee09ee16 100755
--- a/bin/keystone-all
+++ b/bin/keystone-all
@@ -50,9 +50,6 @@ def serve(*servers):
signal.signal(signal.SIGINT, sigint_handler)
for server in servers:
- logging.debug("starting server %s on port %s",
- server.application,
- server.port)
server.start()
# notify calling process we are ready to serve