diff options
| author | Ed Leafe <ed@leafe.com> | 2011-01-24 09:19:51 -0600 |
|---|---|---|
| committer | Ed Leafe <ed@leafe.com> | 2011-01-24 09:19:51 -0600 |
| commit | 6de7cb36e9d848f87bde6caa45eeaeb4bf76296a (patch) | |
| tree | 9cc8a38c888b6a42f9610937a5c11195bae7ba88 /bin | |
| parent | 09188c61d5359750f9deadcf912f0fa5fbf005b7 (diff) | |
| parent | 3b06788ba2e8184e17f875f41ced0bbc0254beac (diff) | |
Removed tabs form source. Merged trunk changes
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/nova-dhcpbridge | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-dhcpbridge b/bin/nova-dhcpbridge index b2c706bd8..d38ba2543 100755 --- a/bin/nova-dhcpbridge +++ b/bin/nova-dhcpbridge @@ -121,7 +121,7 @@ def main(): ip = argv[3] hostname = argv[4] msg = _("Called %(action)s for mac %(mac)s with ip %(ip)s and" - " hostname %(hostname)s on interface %(interface)s") % locals() + " hostname %(hostname)s on interface %(interface)s") % locals() LOG.debug(msg) globals()[action + '_lease'](mac, ip, hostname, interface) else: |
