X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-hsrv.c;h=56509c3c2f14dfd1def7a6f3a8cb395975818894;hb=3066dda4e4e4be70335ca2dfbc74a20f4ff0dede;hp=030bec5bb3dbd6806ad42c98368630fe5d016ede;hpb=d053f7af201318c3e09fb8accf28f1cb94e6e2e8;p=src%2Fapp-framework-binder.git diff --git a/src/afb-hsrv.c b/src/afb-hsrv.c index 030bec5b..56509c3c 100644 --- a/src/afb-hsrv.c +++ b/src/afb-hsrv.c @@ -366,7 +366,7 @@ int afb_hsrv_add_alias(struct afb_hsrv *hsrv, const char *prefix, int dirfd, con root = locale_root_create_at(dirfd, alias); if (root == NULL) { - /* TODO message */ + ERROR("can't connect to directory %s: %m", alias); rc = 0; } else { rc = afb_hsrv_add_alias_root(hsrv, prefix, root, priority, relax);