added message to getFilesystem() -- this can hang up when we can't
authorewt <devnull@localhost>
Sun, 5 Sep 1999 16:56:44 +0000 (16:56 +0000)
committerewt <devnull@localhost>
Sun, 5 Sep 1999 16:56:44 +0000 (16:56 +0000)
reach nfs servers, and it's nice for -vv to indicate what's wrong

CVS patchset: 3258
CVS date: 1999/09/05 16:56:44

lib/fs.c

index ae5a3b5..b92ce3b 100644 (file)
--- a/lib/fs.c
+++ b/lib/fs.c
@@ -111,6 +111,8 @@ static int getFilesystemList(void)
     int nextMount = 0;
 #   endif
 
+    rpmMessage(RPMMESS_DEBUG, _("getting list of mounted filesystems\n"));
+
 #   if GETMNTENT_ONE || GETMNTENT_TWO
        mtab = fopen(MOUNTED, "r");
        if (!mtab) {