Skip to content

Commit

Permalink
Merge pull request #4 from james-stocks/logging
Browse files Browse the repository at this point in the history
Fix resource_api logging format
  • Loading branch information
James Stocks authored Oct 10, 2017
2 parents b5f1f9f + 0eb3d81 commit 783efd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/resource_api/base_context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def format_titles(titles)

def setup_context(titles, message = nil)
@context = format_titles(titles)
@context += ": #{message}: " if message
@context += ": #{message}" if message
end

def format_seconds(seconds)
Expand Down

0 comments on commit 783efd5

Please sign in to comment.