summaryrefslogtreecommitdiff
path: root/lib/fs.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-10-09 14:48:04 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-10-09 14:48:04 +0300
commit9d9aa852ca724e4c7671cec249189f7dfef5ed8e (patch)
tree4b9d2126c2580c47cccfa6d27450ed9049ad4464 /lib/fs.c
parent4ce9fc1a1725b883190de2c415842a342ed3dbe3 (diff)
downloadrpm-9d9aa852ca724e4c7671cec249189f7dfef5ed8e.tar.gz
rpm-9d9aa852ca724e4c7671cec249189f7dfef5ed8e.tar.bz2
rpm-9d9aa852ca724e4c7671cec249189f7dfef5ed8e.zip
Replace all uses of RPMMESS_DEBUG with RPMLOG_DEBUG
Diffstat (limited to 'lib/fs.c')
-rw-r--r--lib/fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fs.c b/lib/fs.c
index b41ea8d45..68fbbf755 100644
--- a/lib/fs.c
+++ b/lib/fs.c
@@ -211,7 +211,7 @@ static int getFilesystemList(void)
filesystems[numFilesystems].mntPoint = xstrdup(mntdir);
filesystems[numFilesystems].rdonly = rdonly;
#if 0
- rpmlog(RPMMESS_DEBUG, _("%5d 0x%04x %s %s\n"),
+ rpmlog(RPMLOG_DEBUG, _("%5d 0x%04x %s %s\n"),
numFilesystems,
(unsigned) filesystems[numFilesystems].dev,
(filesystems[numFilesystems].rdonly ? "ro" : "rw"),