summaryrefslogtreecommitdiff
path: root/app/workers
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-05-11 13:21:00 +0200
committerJames Lopez <james@jameslopez.es>2016-05-11 13:21:00 +0200
commit5086e899fe26447e6e24064c9a05d3989c1e8448 (patch)
treefd05ed5f3d97ae18402f786814129e1a12d47918 /app/workers
parent6fa529e98124c592cc0a886c57efc8456d3c601c (diff)
downloadgitlab-ce-5086e899fe26447e6e24064c9a05d3989c1e8448.tar.gz
fix log statement
Diffstat (limited to 'app/workers')
-rw-r--r--app/workers/project_import_worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/project_import_worker.rb b/app/workers/project_import_worker.rb
index cc75da704f6..c6a6d24b4e5 100644
--- a/app/workers/project_import_worker.rb
+++ b/app/workers/project_import_worker.rb
@@ -15,7 +15,7 @@ class ProjectImportWorker
project.repository.after_import
project.import_finish
else
- logger.error("There was an error during the import: #{tmpfile}")
+ logger.error("There was an error during the import: #{tmp_file}")
end
end