Index: trunk/backup/migrate.py |
— | — | @@ -26,7 +26,7 @@ |
27 | 27 | |
28 | 28 | dates = migratableSubdirs(workDir) |
29 | 29 | if not dates: |
30 | | - print "%s has nothing ready to migrate, skipped" |
| 30 | + print "%s has nothing ready to migrate, skipped" % workDir |
31 | 31 | return |
32 | 32 | |
33 | 33 | for date in dates: |