mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-28 06:46:38 -04:00
main: remove log
This commit is contained in:
parent
ef7c30d604
commit
8bdc87c789
1 changed files with 0 additions and 1 deletions
1
main.c
1
main.c
|
|
@ -672,7 +672,6 @@ main(int argc, char *const *argv)
|
||||||
if (as_server)
|
if (as_server)
|
||||||
LOG_INFO("running as server; launch terminals by running footclient");
|
LOG_INFO("running as server; launch terminals by running footclient");
|
||||||
|
|
||||||
LOG_INFO("app-id %s", conf.app_id);
|
|
||||||
if (as_server && pid_file != NULL) {
|
if (as_server && pid_file != NULL) {
|
||||||
if (!print_pid(pid_file, &unlink_pid_file))
|
if (!print_pid(pid_file, &unlink_pid_file))
|
||||||
goto out;
|
goto out;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue