From c8e0124c8e5f0a97591cd75165156a362fa9ca8f Mon Sep 17 00:00:00 2001 From: Nathan Neulinger Date: Wed, 13 Jun 2001 17:53:00 +0000 Subject: [PATCH] remove-potentially-bogus-warning-20010613 remove added warning which caused warnings during routine operation --- src/vol/volume.c | 1 - 1 file changed, 1 deletion(-) 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; }