diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-23 04:31:08 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-23 04:31:08 +0000 |
commit | 7ecb7f7264f1e182c13584be97ee5fc53b4eca9a (patch) | |
tree | ec376592bff584931d2fe70ac99bfb56444238ef /todo.py | |
parent | f208f1072df08c34d8e4fc77baf80b86d3ed673f (diff) | |
download | anaconda-7ecb7f7264f1e182c13584be97ee5fc53b4eca9a.tar.gz anaconda-7ecb7f7264f1e182c13584be97ee5fc53b4eca9a.tar.xz anaconda-7ecb7f7264f1e182c13584be97ee5fc53b4eca9a.zip |
change log message
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -609,7 +609,7 @@ class ToDo: if self.badBlockCheck: args.append ("-c") - self.log ("running mke2fs on %s with args %s\n", device, repr (args)) + self.log ("running mke2fs on %s with args %s", device, repr (args)) iutil.execWithRedirect ("/usr/sbin/mke2fs", args, |