Il 19/03/2014 12:34, Dr. David Alan Gilbert ha scritto:
> > + fprintf(stderr, "could not accept migration connection (%d)\n", err);> > Bit unfriendly not to convert the errno to a string.I could reroll it with a strerror.
Since you are at it, please use error_report too. Paolo