]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-git.patch
- rel 2; realy quiet vf_stat
[packages/poldek.git] / poldek-git.patch
1 commit 3c90766404683407368cab9526d13b0aa8036469
2 Author: Bartlomiej Zimon <uzi18@o2.pl>
3 Date:   Wed Mar 21 01:48:26 2012 +0100
4
5     - pndir update: realy keep quiet
6     
7     Signed-off-by: Bartlomiej Zimon <uzi18@o2.pl>
8
9 diff --git a/pkgdir/pndir/update.c b/pkgdir/pndir/update.c
10 index 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);
20      
21      snprintf(path, sizeof(path), "%s.ndir.%s",
22              pkgdir->idxpath, pidxpath);
This page took 0.032812 seconds and 4 git commands to generate.