From 41119b1d7720165a0790049ac3a8631786e89653 Mon Sep 17 00:00:00 2001 From: rembo10 Date: Wed, 2 Apr 2014 16:19:28 -0700 Subject: [PATCH] Fixed a couple of typos in the updater --- headphones/versioncheck.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/headphones/versioncheck.py b/headphones/versioncheck.py index 3d99511d..6edfcd75 100644 --- a/headphones/versioncheck.py +++ b/headphones/versioncheck.py @@ -204,13 +204,13 @@ def update(): f.close() # Extract the tar to update folder - logger.info('Extracing file' + tar_download_path) + logger.info('Extracting file: ' + tar_download_path) tar = tarfile.open(tar_download_path) tar.extractall(update_dir) tar.close() # Delete the tar.gz - logger.info('Deleting file' + tar_download_path) + logger.info('Deleting file: ' + tar_download_path) os.remove(tar_download_path) # Find update dir name