Re: [PATCH weston] main: log the command line

2016-06-23 Thread Pekka Paalanen
On Wed, 22 Jun 2016 15:05:04 +0200 Quentin Glidic wrote: > On 13/06/2016 13:28, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > Write the command line to the log to aid debugging. It needs to be > > copied before parsing, because parsing mutates argv. > > > > Signed-off-by: Pekka Paalanen

Re: [PATCH weston] main: log the command line

2016-06-22 Thread Quentin Glidic
On 13/06/2016 13:28, Pekka Paalanen wrote: From: Pekka Paalanen Write the command line to the log to aid debugging. It needs to be copied before parsing, because parsing mutates argv. Signed-off-by: Pekka Paalanen --- No big reason, I recall I have missed it in the past. And no big reason

[PATCH weston] main: log the command line

2016-06-13 Thread Pekka Paalanen
From: Pekka Paalanen Write the command line to the log to aid debugging. It needs to be copied before parsing, because parsing mutates argv. Signed-off-by: Pekka Paalanen --- No big reason, I recall I have missed it in the past. --- src/main.c | 30 +- 1 file chan