X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fstored%2Fappend.c;h=9910ce1c0e54584170d2a431a9b441c830839dee;hb=b22b260eaa7fb9f122523fff0e324dca5904b97f;hp=d972e76d5cd482092d4db517b9a76e276d549fe1;hpb=16ed02297e3d05997c9148cbe6267a9f5629cda4;p=bacula%2Fbacula diff --git a/bacula/src/stored/append.c b/bacula/src/stored/append.c index d972e76d5c..9910ce1c0e 100644 --- a/bacula/src/stored/append.c +++ b/bacula/src/stored/append.c @@ -80,7 +80,7 @@ bool do_append_data(JCR *jcr) if (dev->VolCatInfo.VolCatName[0] == 0) { Pmsg0(000, _("NULL Volume name. This shouldn't happen!!!\n")); } - Dmsg1(20, "Begin append device=%s\n", dev->print_name()); + Dmsg1(50, "Begin append device=%s\n", dev->print_name()); begin_data_spool(dcr); begin_attribute_spool(jcr);