On Mon, Jan 10, 2022 at 03:30:23PM +0100, Claudio Jeker wrote:
> +     if (RB_INSERT(repo_tree, &repos, rp) != NULL)
> +             errx(1, "repository already added to repo tree %d, %s", id, 
> path);
> +     warnx("repository added to repo tree %d, %s", id, path);

The above warnx() probably needs to be wrapped in 'if (verbose > 0)'?

Other than that, OK job@

Reply via email to