]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-git.patch
- rel 2; realy quiet vf_stat
[packages/poldek.git] / poldek-git.patch
CommitLineData
e790f566
BZ
1commit 3c90766404683407368cab9526d13b0aa8036469
2Author: Bartlomiej Zimon <uzi18@o2.pl>
3Date: Wed Mar 21 01:48:26 2012 +0100
f4205795 4
e790f566
BZ
5 - pndir update: realy keep quiet
6
7 Signed-off-by: Bartlomiej Zimon <uzi18@o2.pl>
f4205795 8
e790f566
BZ
9diff --git a/pkgdir/pndir/update.c b/pkgdir/pndir/update.c
10index 830356a..c26fe9f 100644
11--- a/pkgdir/pndir/update.c
12+++ b/pkgdir/pndir/update.c
13@@ -289,8 +289,7 @@ int pndir_m_update(struct pkgdir *pkgdir, enum pkgdir_uprc *uprc)
14 pidxpath += 6;
15
16 // to keep quiet vf_stat
17- if (poldek_VERBOSE < 2)
18- vfile_configure(VFILE_CONF_VERBOSE, &poldek_VERBOSE);
19+ vfile_configure(VFILE_CONF_VERBOSE, 0);
f4205795 20
e790f566
BZ
21 snprintf(path, sizeof(path), "%s.ndir.%s",
22 pkgdir->idxpath, pidxpath);
This page took 0.115501 seconds and 4 git commands to generate.