Fix bad error reporting
authorJosé Bollo <jose.bollo@iot.bzh>
Wed, 28 Jun 2017 16:08:29 +0000 (18:08 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Wed, 28 Jun 2017 16:34:48 +0000 (18:34 +0200)
commit305d98f7b6db1a3207cc877bd2cda819e3b90656
treecb326872956d6108aa45b59d4d1222dac8bdf2b6
parent859e455780dccf2cbe4f2a94a65e4639e6c7e183
Fix bad error reporting

The use of %m was buggy due to the implementation
of 'vverbose': it always returned ENOTTY

   Inappropriate ioctl for device

Change-Id: Idedeefa44ec3cf301d75cd542c54c35a208886a1
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/verbose.c