From: Andre Noll Date: Sun, 6 Sep 2015 14:07:43 +0000 (+0200) Subject: Merge branch 'maint' X-Git-Tag: v0.5.5~5 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=6e0b28e02a1013c019a3225e922b71f913bfbae4;hp=503a21487064b9f76b1727bf77a9136b97a4ec23 Merge branch 'maint' --- diff --git a/blob.c b/blob.c index 0092bea3..adfdb1a9 100644 --- a/blob.c +++ b/blob.c @@ -295,7 +295,7 @@ static void com_rmblob_callback(struct osl_table *table, int fd, ret2 = para_printf(&rmbd.pb, "no matches, nothing removed\n"); else { ret2 = para_printf(&rmbd.pb, "removed %d blobs\n", pmd.num_matches); - afs_event(BLOB_RENAME, NULL, table); + afs_event(BLOB_REMOVE, NULL, table); } out: if (ret2 >= 0 && rmbd.pb.offset)