Skip to content

server: Always print socket on startup

Guido Gunther requested to merge guido.gunther/phoc:print-socket into master

Phoc's startup is currently very quiet. Print the socket name on startup. This helps to identify the socket when debugging but also allows tests to fetch it.

(if that doesn't fly we can write out the wayland socket to a file but given that this valuable information stdout looks alright)

Edited by Guido Gunther

Merge request reports