Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Print the counter label at the start of the counter output
Matthew Seaman committed 11 years ago
commit e6c628d3cfec708ee2ec0746b25f2f48519b582e
parent 33eec32
1 file changed +1 -1
modified src/event.c
@@ -840,7 +840,7 @@ event_callback(void *data, struct pkg_event *ev)
		if (!quiet) {
			switch (ev->e_counter.state) {
			case PKG_EVENT_COUNTER_START:
-
				printf(":");
+
				printf("%-16s:", ev->e_counter.what);
				break;
			case PKG_EVENT_COUNTER_MINOR_TICK:
				printf(".");