sp.portable = true;
sp.flags = 0;
sp.cmd = cmd;
- Dmsg3(0, "startBackup st_size=%p st_blocks=%p sp=%p\n", &sp.statp.st_size, &sp.statp.st_blocks,
+ Dmsg3(dbglvl, "startBackup st_size=%p st_blocks=%p sp=%p\n", &sp.statp.st_size, &sp.statp.st_blocks,
&sp);
/* Get the file save parameters. I.e. the stat pkt ... */
if (plug_func(plugin)->startBackupFile(jcr->plugin_ctx, &sp) != bRC_OK) {
Dsm_check(999);
Dmsg0(dbglvl2, "plugin_bwrite\n");
if (!plugin || !jcr->plugin_ctx) {
- Dmsg0(0, "No plugin context\n");
+ Dmsg0(dbglvl, "No plugin context\n");
return 0;
}
io.pkt_size = sizeof(io);