On Sun, Aug 10, 2003 at 11:50:46AM -0700, Evan Martin wrote: > This patch lets you add multiple -v flags. Now -vv will dump the > client commands/responses as they come in. Does this patch have some debugging printf's mistakenly left in? + printf("update_event %x %x\n", c->ev_flags, new_flags); + printf("event_handler %d\n", fd); Also: - if(settings.verbose) + if (settings.verbose > 0) Why? ;)