mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-09 12:24:57 +03:00
khan: log on unlink on exit
This commit is contained in:
parent
a48e627951
commit
c10e2319be
@ -255,6 +255,8 @@ _khan_io_exit(u3_auto* car_u)
|
||||
wit_i = snprintf(paf_c, len_w, "%s/%s", pax_c, URB_SOCK_PATH);
|
||||
c3_assert(wit_i > 0);
|
||||
c3_assert(len_w == (c3_w)wit_i + 1);
|
||||
// TODO remove
|
||||
u3l_log("khan: unlinking %s\n", paf_c);
|
||||
|
||||
if ( 0 != unlink(paf_c) ) {
|
||||
u3l_log("khan: failed to unlink socket: %s\n", uv_strerror(errno));
|
||||
|
Loading…
Reference in New Issue
Block a user