[Note: this is untested, because apparently I suck at testing loader changes.]
Same as with the yum patch, this increases logging to debug level for
NM.
Resolves: rhbz#831777
---
isys/iface.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/isys/iface.c b/isys/iface.c
index dc4c269..b657aa6 100644
--- a/isys/iface.c
+++ b/isys/iface.c
@@ -516,7 +516,7 @@ int iface_start_NetworkManager(int timeout) {
}
if (execl(NETWORKMANAGER, NETWORKMANAGER,
- "--pid-file=/var/run/NetworkManager/NetworkManager.pid",
+ "--pid-file=/var/run/NetworkManager/NetworkManager.pid --log-level=DEBUG",
NULL) == -1) {
exit(3);
}
--
2.4.3