From ca804a9ffefc6584a290bb097b53cd4893570bdb Mon Sep 17 00:00:00 2001 From: Alexandre Ratchov Date: Mon, 4 Mar 2013 08:59:49 +0100 Subject: [PATCH] log successful connections if debug enabled --- libsndio/aucat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libsndio/aucat.c b/libsndio/aucat.c index 35ce8f6..0134738 100644 --- a/libsndio/aucat.c +++ b/libsndio/aucat.c @@ -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; }