]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove redundant logging statements from RootWrapDaemonHelper
authorRyan Moats <rmoats@us.ibm.com>
Mon, 24 Aug 2015 13:49:09 +0000 (08:49 -0500)
committerRyan Moats <rmoats@us.ibm.com>
Mon, 24 Aug 2015 13:50:02 +0000 (08:50 -0500)
commitccf73311c862f4f62a5012b6fcb4459b2d2bef17
tree5d283bcbfeee6b9de44819ad61dcce6dceb1ba5e
parent1c19e898c0199c33a0273eb906cf63075269234c
Remove redundant logging statements from RootWrapDaemonHelper

create_process and execute_rootwrap_daemon both current log
the command they are about to run.  Remove these statements as
redundant (the log message showing the command's result includes
the command itself)

Signed-off-by: Ryan Moats <rmoats@us.ibm.com>
Change-Id: I8bdea7212f8a32a3b6b0b47c5b824ac1c561d83f
neutron/agent/linux/utils.py