sesman: fix spacing in log
[20220301-18:25:01] [INFO ] Starting window manager on display 12from user home directory: /home/user/startwm.sh ^^
This commit is contained in:
parent
a64573b596
commit
2c25e60abc
@ -656,7 +656,7 @@ session_start(long data,
|
|||||||
{
|
{
|
||||||
LOG(LOG_LEVEL_INFO,
|
LOG(LOG_LEVEL_INFO,
|
||||||
"Starting window manager on display %d"
|
"Starting window manager on display %d"
|
||||||
"from user home directory: %s", display, text);
|
" from user home directory: %s", display, text);
|
||||||
g_execlp3(text, g_cfg->user_wm, 0);
|
g_execlp3(text, g_cfg->user_wm, 0);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user