Skip to content

Commit

Permalink
reword this messgae
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Dec 12, 2024
1 parent eb8a11d commit 69c8854
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 directory of disabled user #{u}: #{e.message}"
warn "Error trying to clean up the PID file #{dir} of disabled user: #{e.message}"
end
end
end
Expand Down

0 comments on commit 69c8854

Please sign in to comment.