summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/oslo-rootwrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/oslo-rootwrap b/bin/oslo-rootwrap
index 12b2379..4f5f33b 100755
--- a/bin/oslo-rootwrap
+++ b/bin/oslo-rootwrap
@@ -105,8 +105,8 @@ if __name__ == '__main__':
exec_dirs=config.exec_dirs)
if config.use_syslog:
logging.info("(%s > %s) Executing %s (filter match = %s)" % (
- os.getlogin(), pwd.getpwuid(os.getuid())[0],
- command, filtermatch.name))
+ os.getlogin(), pwd.getpwuid(os.getuid())[0],
+ command, filtermatch.name))
obj = subprocess.Popen(command,
stdin=sys.stdin,