index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-10-10 15:22:52 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-10-10 19:09:18 -0500 |
commit | 8f414cd040aa11957a443ddda42ad14b83733007 (patch) | |
tree | 7f50d4c988a1ef87b67f98f05e79fbae43deaf68 /src/util/pactree.c | |
parent | fb401f569e2d85cf90e45deeeeb28992360d60f7 (diff) |
-rw-r--r-- | src/util/pactree.c | 2 |
diff --git a/src/util/pactree.c b/src/util/pactree.c index 5e98f794..997ba466 100644 --- a/src/util/pactree.c +++ b/src/util/pactree.c @@ -162,6 +162,7 @@ static int register_syncs(void) { fp = fopen(configfile, "r"); if(!fp) { + fprintf(stderr, "error: config file %s could not be read\n", configfile); return 1; } @@ -463,7 +464,6 @@ int main(int argc, char *argv[]) if(searchsyncs) { if(register_syncs() != 0) { - fprintf(stderr, "error: failed to register sync DBs\n"); ret = 1; goto finish; } |