Re: [PATCH 06/25] qapi: Change frontend error messages to start with lower case

2019-09-24 Thread Markus Armbruster
Eric Blake writes: > On 9/24/19 8:28 AM, Markus Armbruster wrote: >> Starting error messages with a capital letter complicates things when >> text can get interpolated both at the beginning and in the middle of >> an error message. The next patch will do that. Switch to lower case >> to keep it

Re: [PATCH 06/25] qapi: Change frontend error messages to start with lower case

2019-09-24 Thread Eric Blake
On 9/24/19 8:28 AM, Markus Armbruster wrote: > Starting error messages with a capital letter complicates things when > text can get interpolated both at the beginning and in the middle of > an error message. The next patch will do that. Switch to lower case > to keep it simpler. > > For what it'

[PATCH 06/25] qapi: Change frontend error messages to start with lower case

2019-09-24 Thread Markus Armbruster
Starting error messages with a capital letter complicates things when text can get interpolated both at the beginning and in the middle of an error message. The next patch will do that. Switch to lower case to keep it simpler. For what it's worth, the GNU Coding Standards advise the message "sho