X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fstored%2Freserve.c;h=ccd8527da65269ec1712d4f5b78ac8a7886c8b59;hb=a5c3db371f5ec6ca43c0f29b29f63c0d01578308;hp=50fef64521f2ab9a9544c34303771b6f893d70f3;hpb=bdd69272171916ee8af4cb28677f2370b3b7e42c;p=bacula%2Fbacula diff --git a/bacula/src/stored/reserve.c b/bacula/src/stored/reserve.c index 50fef64521..ccd8527da6 100644 --- a/bacula/src/stored/reserve.c +++ b/bacula/src/stored/reserve.c @@ -788,7 +788,7 @@ static int can_reserve_drive(DCR *dcr, RCTX &rctx) return 1; } else { /* Changing pool, unload old tape if any in drive */ - Dmsg0(200, "got dev: num_writers=0, reserved, pool change\n"); + Dmsg0(200, "got dev: num_writers=0, not reserved, pool change, unload changer\n"); unload_autochanger(dcr, 0); } }