Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Print the repository name if already defined
Marin Atanasov Nikolov committed 14 years ago
commit d79f9a06bd75c1da93c1c56a80bc23195e8eb864
parent 3d94fd1fdeaccf3e50fe19a78fe30be5e8fd22b2
1 file changed +1 -1
modified libpkg/pkgdb.c
@@ -533,7 +533,7 @@ pkgdb_open(struct pkgdb **db_p, pkgdb_t type)

				/* is it already attached? */
				if (is_attached(db->sqlite, repo_name)) {
-
					pkg_emit_error("%s is already listed, ignoring");
+
					pkg_emit_error("repository '%s' is already listed, ignoring", repo_name);
					continue;
				}