log successful connections if debug enabled

This commit is contained in:
Alexandre Ratchov 2013-03-04 08:59:49 +01:00
parent 141833dae9
commit ca804a9ffe
1 changed files with 1 additions and 0 deletions

View File

@ -403,6 +403,7 @@ aucat_connect_un(struct aucat *hdl, unsigned int unit)
break;
}
hdl->fd = s;
DPRINTF("%s: connected\n", ca.sun_path);
return 1;
}