Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Improve the output of messages
Baptiste Daroussin committed 6 years ago
commit 14e1aaefb52d0aea29ac36063a60bee7e8001c62
parent b225849
1 file changed +2 -2
modified libpkg/pkg_add.c
@@ -1200,10 +1200,10 @@ cleanup_reg:
		}
		if (msgstr != NULL) {
			if (utstring_len(message) == 0) {
-
				pkg_utstring_printf(message, "Message from "
+
				pkg_utstring_printf(message, "=====\nMessage from "
				    "%n-%v:\n\n", pkg, pkg);
			}
-
			utstring_printf(message, "%s\n", msgstr);
+
			utstring_printf(message, "--\n%s\n", msgstr);
		}
	}
	if (pkg->message != NULL) {