X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=blob.c;h=ed684428aba55ae848c58fe8c96af2c900f4d6b9;hp=737f198013bdb4ae0ade08768a602b3c74c4323c;hb=d6c56c6e37e9345cf056e9e520ad5f529006db2e;hpb=38eaaecc9180ddcfd9780a72d977d7a7d66f0c96 diff --git a/blob.c b/blob.c index 737f1980..ed684428 100644 --- a/blob.c +++ b/blob.c @@ -262,7 +262,7 @@ static int com_rmblob_callback(struct osl_table *table, if (pmd.num_matches == 0) ret = -E_NO_MATCH; else { - para_printf(&aca->pbout, "removed %d blob(s)\n", + para_printf(&aca->pbout, "removed %u blob(s)\n", pmd.num_matches); ret = afs_event(BLOB_REMOVE, NULL, table); }