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:
parent
7e120a28a1
commit
0605ff3e4d
1 changed files with 1 additions and 2 deletions
|
@ -114,8 +114,7 @@ server_init(struct kiwmi_server *server, char *config_path)
|
||||||
bool
|
bool
|
||||||
server_run(struct kiwmi_server *server)
|
server_run(struct kiwmi_server *server)
|
||||||
{
|
{
|
||||||
wlr_log(
|
wlr_log(WLR_INFO, "Running Wayland server on display '%s'", server->socket);
|
||||||
WLR_DEBUG, "Running Wayland server on display '%s'", server->socket);
|
|
||||||
|
|
||||||
setenv("WAYLAND_DISPLAY", server->socket, true);
|
setenv("WAYLAND_DISPLAY", server->socket, true);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue