X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aft.c;h=96f65e99fbf5b1bd2ae7eb863b864ce77e743c70;hp=a9bc006e110570a9e3551609f619e2062b24df73;hb=385aab3b349e2d60d2ce863abda57e3a3f2c3afd;hpb=49f9b08933774469ffb92aba24ffe5da442b789a diff --git a/aft.c b/aft.c index a9bc006e..96f65e99 100644 --- a/aft.c +++ b/aft.c @@ -2548,8 +2548,10 @@ static void com_setatt_callback(int fd, const struct osl_object *query) break; p[len - 1] = '\0'; ret = get_attribute_bitnum_by_name(p, &bitnum); - if (ret < 0) + if (ret < 0) { + para_printf(&cad.pb, "attribute not found: %s\n", p); goto out; + } if (c == '+') cad.add_mask |= (1UL << bitnum); else