mirror of
https://github.com/labwc/labwc.git
synced 2026-02-20 01:40:22 -05:00
Remove src/common/log.c
Use wlr_log() instead
This commit is contained in:
parent
20fd8f59a7
commit
82e47ac1f5
20 changed files with 28 additions and 65 deletions
|
|
@ -7,7 +7,6 @@
|
|||
#include <sys/stat.h>
|
||||
#include <wlr/util/log.h>
|
||||
#include "common/dir.h"
|
||||
#include "common/log.h"
|
||||
#include "common/spawn.h"
|
||||
#include "common/string-helpers.h"
|
||||
|
||||
|
|
@ -99,7 +98,7 @@ session_autostart_init(void)
|
|||
return;
|
||||
}
|
||||
if (!isfile(autostart)) {
|
||||
warn("no autostart file");
|
||||
wlr_log(WLR_ERROR, "no autostart file");
|
||||
goto out;
|
||||
}
|
||||
wlr_log(WLR_INFO, "run autostart file %s", autostart);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue