Skip to content

Commit

Permalink
stored: clarified debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Nov 22, 2018
1 parent 0a821e9 commit f253b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/stored/acquire.cc
Expand Up @@ -558,7 +558,7 @@ bool ReleaseDevice(DeviceControlRecord *dcr)
dev->SetBlocked(BST_RELEASING);
}
LockVolumes();
Dmsg2(100, "ReleaseDevice device %s is %s\n", dev->print_name(), dev->IsTape() ? "tape" : "disk");
Dmsg1(100, "releasing device %s\n", dev->print_name());

/*
* If device is reserved, job never started, so release the reserve here
Expand Down

0 comments on commit f253b14

Please sign in to comment.