mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
client: log path we actually tried to connect to (and failed)
This commit is contained in:
parent
fdb684eceb
commit
3bee031867
1 changed files with 1 additions and 1 deletions
2
client.c
2
client.c
|
|
@ -145,7 +145,7 @@ main(int argc, char *const *argv)
|
|||
if (connect(fd, (const struct sockaddr *)&addr, sizeof(addr)) == 0)
|
||||
connected = true;
|
||||
else
|
||||
LOG_WARN("%s/foot.sock: failed to connect, will now try /tmp/foot.sock", xdg_runtime);
|
||||
LOG_WARN("%s: failed to connect, will now try /tmp/foot.sock", addr.sun_path);
|
||||
}
|
||||
|
||||
if (!connected) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue