From 1cb715ee2041638ea0b0e67592407d4f1ef3a97d Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jun 07 2017 09:53:02 +0000 Subject: Fix typo in the logging Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure/lib/__init__.py b/pagure/lib/__init__.py index c0ce5bb..778f463 100644 --- a/pagure/lib/__init__.py +++ b/pagure/lib/__init__.py @@ -2503,7 +2503,7 @@ def reset_status_pull_request(session, project): def add_attachment(repo, issue, attachmentfolder, user, filename, filestream): ''' Add a file to the attachments folder of repo and update git. ''' _log.info( - 'Addinf file: %s to the git repo: %s', + 'Adding file: %s to the git repo: %s', repo.path, werkzeug.secure_filename(filename)) # Prefix the filename with a timestamp: