diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-02-10 18:06:41 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-03-13 13:55:45 +0000 |
commit | 8820c81e77d2628ee8674edcb814934d4355c0c2 (patch) | |
tree | 87882bfe97abcad7390cdc140d67dc792e34ed78 /app/controllers/request_controller.rb | |
parent | 28b5551c98b6f717e2bb00364dcfb3c62944228a (diff) |
Trailing whitespace
Diffstat (limited to 'app/controllers/request_controller.rb')
-rw-r--r-- | app/controllers/request_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb index 378c74c30..ef958ae9d 100644 --- a/app/controllers/request_controller.rb +++ b/app/controllers/request_controller.rb @@ -839,7 +839,7 @@ class RequestController < ApplicationController logger.error("Could not convert info request #{info_request.id} to PDF with command '#{convert_command} #{url} #{tempfile.path}'") end tempfile.close - else + else logger.warn("No HTML -> PDF converter found at #{convert_command}") end if !done |