summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--todo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.py b/todo.py
index 66c9c374d..bf11dc678 100644
--- a/todo.py
+++ b/todo.py
@@ -919,7 +919,7 @@ class ToDo:
cdname = "%s%d" % (cdname, count)
count = count + 1
- self.log ("creating cdrom link for" + device)
+ self.log ("creating cdrom link for " + device)
try:
os.stat(self.instPath + "/dev/" + cdname)
self.log ("link exists, removing")