From: Eric Bollengier Date: Tue, 17 May 2022 09:57:31 +0000 (+0200) Subject: Add retry debug information to storage daemon find_next_volume process X-Git-Tag: Release-13.0.0~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbdb9951ab58898b0c23c4be3e014fcd4dce9c36;p=thirdparty%2Fbacula.git Add retry debug information to storage daemon find_next_volume process --- diff --git a/bacula/src/stored/askdir.c b/bacula/src/stored/askdir.c index 7535af649..95ccacdae 100644 --- a/bacula/src/stored/askdir.c +++ b/bacula/src/stored/askdir.c @@ -317,8 +317,8 @@ bool dir_find_next_appendable_volume(DCR *dcr) */ int nb_retry=((rblist *)res_head[R_DEVICE-r_first]->res_list)->size() + 30; - Dmsg2(dbglvl, "dir_find_next_appendable_volume: reserved=%d Vol=%s\n", - dcr->is_reserved(), dcr->VolumeName); + Dmsg3(dbglvl, "dir_find_next_appendable_volume: reserved=%d Vol=%s retry=%d\n", + dcr->is_reserved(), dcr->VolumeName, nb_retry); Mmsg(jcr->errmsg, "Unknown error\n"); /*