commit | f545295104454090704d29f7bcb27f49bc770f3a | [log] [tgz] |
---|---|---|
author | Lubomir Rintel <lkundrak@v3.sk> | Sun Jan 25 18:11:53 2015 +0100 |
committer | Thomas Haller <thaller@redhat.com> | Tue Feb 17 13:34:01 2015 +0100 |
tree | d8dd2e78621f8911b4875cd57235d536ad57746e | |
parent | 6f891f6c0c9ca68658491fe3b959613809309027 [diff] |
lib: log errors from platform nl_syserr2nlerr() reduces a lot of platform errors to NLE_FAILURE -- "Unspecific failure" which makes it somehow hard to track down the real reason behind a failure. Logging them with level of 4 makes it a little less painful. https://github.com/thom311/libnl/pull/65 Signed-off-by: Thomas Haller <thaller@redhat.com>