Skip to content

Commit

Permalink
fixup this warn message
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Dec 13, 2024
1 parent 69c8854 commit dc2d3c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class NginxCleanGenerator < Generator
FileUtils.rmdir(dir)
end
rescue StandardError => e
warn "Error trying to clean up the PID file #{dir} of disabled user: #{e.message}"
warn "Error trying to clean up the PID file directory '#{dir}' of disabled user: #{e.message}"
end
end
end
Expand Down

0 comments on commit dc2d3c6

Please sign in to comment.