From: reyk Date: Tue, 10 Jul 2018 20:46:50 +0000 (+0000) Subject: Remove a debug message X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=426e2d599d89587c89810376438e6e91c2ef537c;p=openbsd Remove a debug message --- diff --git a/usr.sbin/vmd/control.c b/usr.sbin/vmd/control.c index a111d182d05..d9d33c37d4a 100644 --- a/usr.sbin/vmd/control.c +++ b/usr.sbin/vmd/control.c @@ -1,4 +1,4 @@ -/* $OpenBSD: control.c,v 1.24 2018/06/26 10:00:08 reyk Exp $ */ +/* $OpenBSD: control.c,v 1.25 2018/07/10 20:46:50 reyk Exp $ */ /* * Copyright (c) 2010-2015 Reyk Floeter @@ -414,9 +414,6 @@ control_dispatch_imsg(int fd, short event, void *arg) goto fail; memcpy(&vid, imsg.data, sizeof(vid)); vid.vid_uid = c->peercred.uid; - log_debug("%s id: %d, name: %s, uid: %d", - __func__, vid.vid_id, vid.vid_name, - vid.vid_uid); if (proc_compose_imsg(ps, PROC_PARENT, -1, imsg.hdr.type, fd, -1, &vid, sizeof(vid)) == -1) {