On Tue, Jan 11, 2022 at 11:36:19AM +0000, Job Snijders wrote:
> 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@

That is a debug left-over that I already removed. I also changed the errx
just above to be shorter and not line-wrap. 

-- 
:wq Claudio

Reply via email to