--- options.c +++ options.c @@ -245,8 +245,8 @@ static void print_rsync_version(enum log rprintf(f, "Capabilities: %d-bit files, %ssocketpairs, %shard links, %ssymlinks,\n", (int) (sizeof (OFF_T) * 8), got_socketpair, hardlinks, links); - rprintf(f, " batchfiles, %sinplace, %sIPv6, %sACLs, %sxattrs,\n", - have_inplace, ipv6, acls, xattrs); + rprintf(f, " batchfiles, %sinplace, %sIPv6, %sACLs, %sxattrs, %sSLP\n", + have_inplace, ipv6, acls, xattrs, slp); /* Note that this field may not have type ino_t. It depends * on the complicated interaction between largefile feature