diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-02-10 18:06:41 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-02-10 18:06:41 +0000 |
commit | fe67273b5f1d25f31f38dbfcaaa7786e1cc63ce5 (patch) | |
tree | 87882bfe97abcad7390cdc140d67dc792e34ed78 | |
parent | dfb59f4d8b90375732641512171f762c768e207d (diff) |
Trailing whitespace
-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 |