diff --git a/src/vol/volume.c b/src/vol/volume.c index 0fb985eeeb..dbb620a5a5 100644 --- a/src/vol/volume.c +++ b/src/vol/volume.c @@ -571,7 +571,6 @@ VAttachVolumeByName_r(ec, partition, name, mode) if ((fd = open(path, O_RDONLY)) == -1 || fstat(fd,&status) == -1) { close(fd); VOL_LOCK - Log("VAttachVolume: Error opening/statting volume header file (%s)\n", path); *ec = VNOVOL; goto done; }