Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Trivial cosmetic changes to the error message.
Matthew Seaman committed 13 years ago
commit ea8fa166aaf5524c42b13398648470a452b2e189
parent 6d59ede
1 file changed +2 -2
modified libpkg/pkg_jobs.c
@@ -105,8 +105,8 @@ pkg_jobs_add(struct pkg_jobs *j, match_t match, char **argv, int argc)
	struct job_pattern *jp;

	if (!j->solved) {
-
		pkg_emit_error("The job has already been solved."
-
		    "Impossible to append now elements");
+
		pkg_emit_error("The job has already been solved. "
+
		    "Impossible to append new elements");
		return (EPKG_FATAL);
	}