if (err.ptr!=0) {
WRITE_MSG(2, "Unknown flag '");
- write(2, err.ptr, err.len);
+ Vwrite(2, err.ptr, err.len);
WRITE_MSG(2, "'\n");
exit(wrapper_exit_code);
}
l = utilvserver_fmt_long(buf,ctx);
WRITE_MSG(1, "New security context is ");
- write(1, buf, l);
+ Vwrite(1, buf, l);
WRITE_MSG(1, "\n");
}
{
if (global_args->dry_run || Global_getVerbosity()>=2) {
WRITE_MSG(1, "unifying '");
- (void)write(1, path->d, path->l);
+ Vwrite(1, path->d, path->l);
WRITE_MSG(1, "'");
if (Global_getVerbosity()>=4) {
(Global_getVerbosity()>=6 && is_dotfile) ||
(Global_getVerbosity()>=6 && is_link)) ) {
WRITE_MSG(1, " skipping '");
- write(1, path.d, path.l);
+ Vwrite(1, path.d, path.l);
WRITE_MSG(1, "'");
if (Global_getVerbosity()>=2) printSkipReason();
WRITE_MSG(1, "\n");