X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=aft.c;h=96f65e99fbf5b1bd2ae7eb863b864ce77e743c70;hp=a9bc006e110570a9e3551609f619e2062b24df73;hb=ce231275f1e5368aca092cf207bba8fe58015822;hpb=a3edba783bb81e6032a50f059b6263caa02a2150 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