We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2301c79 commit 06f92b1Copy full SHA for 06f92b1
lib/pkgdb.c
@@ -296,9 +296,7 @@ xbps_pkgdb_init(struct xbps_handle *xhp)
296
297
if ((rv = xbps_pkgdb_update(xhp, false, true)) != 0) {
298
if (rv != ENOENT)
299
- xbps_dbg_printf("[pkgdb] cannot internalize "
300
- "pkgdb dictionary: %s\n", strerror(rv));
301
-
+ xbps_error_printf("failed to initialize pkgdb: %s\n", strerror(rv));
302
return rv;
303
}
304
if ((rv = pkgdb_map_names(xhp)) != 0) {
0 commit comments