diff --git a/quantum/cli.py b/quantum/cli.py index 8663d548b19..6c653097d03 100644 --- a/quantum/cli.py +++ b/quantum/cli.py @@ -318,8 +318,7 @@ def api_unplug_iface(client, *args): output = res.read() LOG.debug(output) if res.status != 202: - LOG.error("Failed to unplug iface from port \"%s\": %s" % (vid, - pid, output)) + LOG.error("Failed to unplug iface from port \"%s\": %s" % (pid, output)) return print "Unplugged interface from port:%s on network:%s" % (pid, nid)