summaryrefslogtreecommitdiff
path: root/lib/gitlab/import_export/saver.rb
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-07-06 10:29:31 +0200
committerJames Lopez <james@jameslopez.es>2016-07-06 10:29:31 +0200
commit95f630daeb5eec330080095786f7ac6702ebcc3f (patch)
treeeb9421a5aa1701911c68fccc3ac2dbdba673b7a1 /lib/gitlab/import_export/saver.rb
parent4a62a11f20dc109b0976b76a8f8e6d0b2ab35353 (diff)
downloadgitlab-ce-95f630daeb5eec330080095786f7ac6702ebcc3f.tar.gz
even more debug
Diffstat (limited to 'lib/gitlab/import_export/saver.rb')
-rw-r--r--lib/gitlab/import_export/saver.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/import_export/saver.rb b/lib/gitlab/import_export/saver.rb
index f38229c6c59..dd4fdf37309 100644
--- a/lib/gitlab/import_export/saver.rb
+++ b/lib/gitlab/import_export/saver.rb
@@ -17,6 +17,7 @@ module Gitlab
Rails.logger.info("Saved project export #{archive_file}")
archive_file
else
+ @shared.error("Unable to save #{archive_file} into #{@shared.export_path}")
false
end
rescue => e