Dmsg2(130, "FT_LNK saving: %s -> %s\n", ff_pkt->fname, ff_pkt->link);
break;
case FT_RESTORE_FIRST:
- Dmsg1(00, "FT_RESTORE_FIRST saving: %s\n", ff_pkt->fname);
+ Dmsg1(100, "FT_RESTORE_FIRST saving: %s\n", ff_pkt->fname);
break;
case FT_DIRBEGIN:
jcr->num_files_examined--; /* correct file count */
do_read = true;
}
- Dmsg2(000, "type=%d do_read=%d\n", ff_pkt->type, do_read);
+ Dmsg2(100, "type=%d do_read=%d\n", ff_pkt->type, do_read);
if (do_read) {
btimer_t *tid;
* object is tacked on to the end in place of the extended attributes,
* but we do a memcpy so that the object can be a binary object.
*/
- Dmsg6(000, "Type=%d DataStream=%d attrStream=%d File=%s\nattribs=%s\nattribsEx=%s",
+ Dmsg6(100, "Type=%d DataStream=%d attrStream=%d File=%s\nattribs=%s\nattribsEx=%s",
ff_pkt->type, data_stream, STREAM_UNIX_ATTRIBUTES_EX,
ff_pkt->fname, attribs, ff_pkt->object);
sd->msglen = Mmsg(sd->msg, "%ld %d %s%c%s%c%c",
goto bail_out;
}
- Dmsg3(000, "File %s\nattrib=%s\nattribsEx=%s\n", attr->fname,
+ Dmsg3(100, "File %s\nattrib=%s\nattribsEx=%s\n", attr->fname,
attr->attr, attr->attrEx);
- Dmsg3(000, "=== msglen=%d attrExlen=%d msg=%s\n", sd->msglen,
+ Dmsg3(100, "=== msglen=%d attrExlen=%d msg=%s\n", sd->msglen,
strlen(attr->attrEx), sd->msg);
attr->data_stream = decode_stat(attr->attr, &attr->statp, &attr->LinkFI);