summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2010-07-22 07:51:03 -0500
committerVishvananda Ishaya <vishvananda@gmail.com>2010-07-22 07:51:03 -0500
commitb03f05a0eb321350297e2f86a05ec4593bfc4049 (patch)
treed1ae42b3237a4f191fe11f2ac8a8f50f1605c51f /nova
parent80d03bbeb1f1acb82c495747dcf5cc9390df025a (diff)
typo fixes and extra print statements removed
Diffstat (limited to 'nova')
-rw-r--r--nova/twistd.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/nova/twistd.py b/nova/twistd.py
index fc7dad26a..909b23590 100644
--- a/nova/twistd.py
+++ b/nova/twistd.py
@@ -216,12 +216,10 @@ def serve(filename):
elif FLAGS.pidfile.endswith('twistd.pid'):
FLAGS.pidfile = FLAGS.pidfile.replace('twistd.pid', '%s.pid' % name)
- print FLAGS.logfile
if not FLAGS.logfile:
FLAGS.logfile = '%s.log' % name
elif FLAGS.logfile.endswith('twistd.log'):
FLAGS.logfile = FLAGS.logfile.replace('twistd.log', '%s.log' % name)
- print FLAGS.logfile
action = 'start'
if len(argv) > 1: