Skip to content

Commit 9c4367b

Browse files
authored
Pid -> PID in the startup log (#1533)
"PID" seems to be the convention as it is short for "Process ID". [ci skip]
1 parent 6d94e0d commit 9c4367b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lavinmq/launcher.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ module LavinMQ
122122
{% if flag?(:preview_mt) %}
123123
Log.info { "Multithreading: #{ENV.fetch("CRYSTAL_WORKERS", "4")} threads" }
124124
{% end %}
125-
Log.info { "Pid: #{Process.pid}" }
125+
Log.info { "PID: #{Process.pid}" }
126126
Log.info { "Config file: #{@config.config_file}" } unless @config.config_file.empty?
127127
Log.info { "Data directory: #{@config.data_dir}" }
128128
end

0 commit comments

Comments
 (0)