Commit Diff


commit - 1ca965ba4c9a64871f00758c02f279d158cd6820
commit + a88930cc79d815481e4845c0f90b6cde777e228e
blob - 7e53ad1d4afdc35fe85d43a355359c2326629513
blob + 68c7d4f5fcf7925bc71208957853d55efdf53b8e
--- gotctl/gotctl.c
+++ gotctl/gotctl.c
@@ -145,11 +145,11 @@ show_client_info(struct imsg *imsg)
 	if (info.repo_child_pid)
 		printf("repo PID %ld, ", (long)info.repo_child_pid);
 	if (info.is_writing) {
-		printf("writing to %s%s%s\n", info.repo_name,
+		printf("writing to repository \"%s\"%s%s\n", info.repo_name,
 		    datestr ? " since " : "",
 		    datestr ? datestr : "");
 	} else {
-		printf("reading from %s%s%s\n", info.repo_name,
+		printf("reading from repository \"%s\"%s%s\n", info.repo_name,
 		    datestr ? " since " : "",
 		    datestr ? datestr : "");
 	}