Skip to content

Commit

Permalink
Merge pull request #143 from croomes/missing_end
Browse files Browse the repository at this point in the history
(MCO-147) Close code block with missing end
  • Loading branch information
ploubser committed Jan 8, 2014
2 parents 6461f80 + 32d2e78 commit 4c0ff93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/mcollective/audit/logfile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ def audit_request(request, connection)

File.open(logfile, "a") do |f|
f.puts("[#{now_iso8601}] reqid=#{request.uniqid}: reqtime=#{request.time} caller=#{request.caller}@#{request.sender} agent=#{request.agent} action=#{request.action} data=#{request.data.pretty_print_inspect}")
end
end
end
end
end
end

0 comments on commit 4c0ff93

Please sign in to comment.