diff --git a/octosuite/log_roller.py b/octosuite/log_roller.py index 3fb72de..14d6793 100644 --- a/octosuite/log_roller.py +++ b/octosuite/log_roller.py @@ -11,8 +11,8 @@ class logRoller: deletedLog = 'Deleted log: {}' readingLog = 'Reading log: {}' viewingLogs = 'Viewing logs...' - fileDownloading = 'Downloading ({})...' - fileDownloaded = 'Downloaded. Saved to downloads/{}' + fileDownloading = 'Downloading:{}' + fileDownloaded = 'Downloaded:downloads/{}' fileNotFound = 'File ({}) not found.' infoNotFound = 'Information ({} - {} - {}) not found.' repoNotFound = 'Repository ({}) not found.'