Change some openbsd errors to warnings
This allows the gnome-system-monitor to run. It causes continous log spam and the network monitor doesn't work, but it doesn't crash on startup anymore.
This commit is contained in:
@@ -78,7 +78,7 @@ _glibtop_init_ppp_p (glibtop *server)
|
||||
#endif /* HAVE_I4B */
|
||||
|
||||
if (kvm_nlist (server->machine->kd, nlst) < 0)
|
||||
glibtop_error_io_r (server, "kvm_nlist");
|
||||
glibtop_warn_io_r (server, "kvm_nlist");
|
||||
}
|
||||
|
||||
/* Provides information about ppp usage. */
|
||||
|
Reference in New Issue
Block a user