[CRIU] [PATCH] sk-unix: Print error message if external socket failure happened

Cyrill Gorcunov gorcunov at openvz.org
Tue Mar 26 11:36:02 EDT 2013


On Tue, Mar 26, 2013 at 07:14:25PM +0400, Pavel Emelyanov wrote:
> > --- a/sk-unix.c
> > +++ b/sk-unix.c
> > @@ -432,11 +432,13 @@ int fix_external_unix_sockets(void)
> >  		BUG_ON(sk->sd.already_dumped);
> >  
> >  		if (!opts.ext_unix_sk) {
> > +			pr_err("External socket found but no option passed\n");
> 
> Add info about which exact option is missing.

Attached.


More information about the CRIU mailing list