* change from one filesystem to an other.
*/
jcr->xattr_ctx->flags &= ~BXATTR_FLAG_RESTORE_NATIVE;
- break;
+ /* Failback wanted */
default:
- Mmsg2(jcr->errmsg, _("XATTR lsetea error on file \"%s\": ERR=%s\n"),
- jcr->last_fname, be.bstrerror());
- Dmsg1(100, "%s", jcr->errmsg);
+ MmsgD2(100, jcr->errmsg,
+ _("XATTR lsetea error on file \"%s\": ERR=%s\n"),
+ jcr->last_fname, be.bstrerror());
break;
}
goto get_out;
* change from one filesystem to an other.
*/
jcr->xattr_ctx->flags &= ~BXATTR_FLAG_RESTORE_NATIVE;
- } else {
- Mmsg2(jcr->errmsg, _("lsetxattr error on file \"%s\": ERR=%s\n"),
- jcr->last_fname, be.bstrerror());
- Dmsg1(100, "%s", jcr->errmsg);
}
+ MmsgD2(100, jcr->errmsg,
+ _("lsetxattr error on file \"%s\": ERR=%s\n"),
+ jcr->last_fname, be.bstrerror());
goto get_out;
}
}