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:
@@ -72,7 +72,7 @@ glibtop_open_p (glibtop *server, const char *program_name,
|
||||
server->machine->kd = kvm_openfiles (NULL, NULL, NULL, KVM_NO_FILES, errbuf);
|
||||
|
||||
if (server->machine->kd == NULL)
|
||||
glibtop_error_io_r (server, "kvm_open");
|
||||
glibtop_error_io_r (server, "kvm_openfiles");
|
||||
|
||||
/* Drop priviledges. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user