Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Make the language for a failed repo upgrade less serious. Fixes #1229.
Brad Davis committed 11 years ago
commit 2c9992ad5fa5ccd6e8d63da5d528a9056f08dbcb
parent c73c6393624244d4c857572f86b25607e574683b
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);