if (error == VOFFLINE)
Log("Volume %d stays offline (/vice/offline/%s exists)\n",
VolumeNumber(dp->d_name), dp->d_name);
- else
+ else if (LogLevel >= 5) {
Log("Partition %s: attached volume %d (%s)\n", diskP->name,
VolumeNumber(dp->d_name), dp->d_name);
+ }
if (vp) {
VPutVolume(vp);
}
/* otherwise we go around again, trying another volume */
}
while(vp) {
+ if (LogLevel >= 5)
+ Log("VShutdown: Attempting to take volume %u offline.\n", vp->hashid);
/* first compute np before releasing vp, in case vp disappears
* after releasing. Hold it, so it doesn't disapear. If we
* can't hold it, try the next one in the chain. Invariant