##// END OF EJS Templates
Fixed: undefined local variable or method 'log' in CvsAdapter when a cvs command fails....
Jean-Philippe Lang -
r1021:832c7eaaa5af
parent child
Show More
@@ -119,7 +119,7 module Redmine
119 end
119 end
120 rescue Errno::ENOENT => e
120 rescue Errno::ENOENT => e
121 # The command failed, log it and re-raise
121 # The command failed, log it and re-raise
122 log.error("SCM command failed: #{cmd}\n with: #{e.message}")
122 logger.error("SCM command failed: #{cmd}\n with: #{e.message}")
123 raise CommandFailed
123 raise CommandFailed
124 end
124 end
125 end
125 end
General Comments 0
You need to be logged in to leave comments. Login now