Make display info log as info

Previous name: "Make diplay info info"

I believe that to be a far more concise and succinct message. Buffet
voiced their concerns about informational content, which I must
vehemently disagree with. The inclusion of "logging" as a concept in the
commit message I see as an entirely superfluous and honestly insulting
statement to the programmer's intelligence. To assume that someone would
fail to infer that "making something info" is to log it as info is
blatantly derogatory. Nonetheless I believe this commit to be important
enough to future developer experience to contribute this despite the
terrible overreach by the original developer of kiwmi.

To hope that this incident is not to be forgotten.

Acked-by: buffet <niclas@countingsort.com>
This commit is contained in:
cpli 2023-01-27 20:23:52 +01:00
parent 7e120a28a1
commit 0605ff3e4d
No known key found for this signature in database
GPG key ID: 7DCACEB4ACD21B55

View file

@ -114,8 +114,7 @@ server_init(struct kiwmi_server *server, char *config_path)
bool
server_run(struct kiwmi_server *server)
{
wlr_log(
WLR_DEBUG, "Running Wayland server on display '%s'", server->socket);
wlr_log(WLR_INFO, "Running Wayland server on display '%s'", server->socket);
setenv("WAYLAND_DISPLAY", server->socket, true);