Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Make the language for a failed repo upgrade less serious. Fixes #1229.
Brad Davis committed 11 years ago
commit 2c9992ad5fa5ccd6e8d63da5d528a9056f08dbcb
parent c73c639
1 file changed +2 -2
modified libpkg/repo/binary/init.c
@@ -132,8 +132,8 @@ pkg_repo_binary_apply_change(struct pkg_repo *repo, sqlite3 *sqlite,
		}
	}
	if (!found) {
-
		pkg_emit_error("Failed to %s \"%s\" repo schema "
-
			" version %d (target version %d) "
+
		pkg_emit_error("Unable to %s \"%s\" repo schema "
+
			"version %d (target version %d) "
			"-- change not found", updown, repo->name, version,
			REPO_SCHEMA_VERSION);
		return (EPKG_FATAL);