From: Nathan Neulinger Date: Wed, 13 Jun 2001 17:53:00 +0000 (+0000) Subject: remove-potentially-bogus-warning-20010613 X-Git-Tag: openafs-stable-1_1_0~100 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c8e0124c8e5f0a97591cd75165156a362fa9ca8f;p=packages%2Fo%2Fopenafs.git remove-potentially-bogus-warning-20010613 remove added warning which caused warnings during routine operation --- diff --git a/src/vol/volume.c b/src/vol/volume.c index 0fb985eee..dbb620a5a 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; }