=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/proc.c,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/tmux/proc.c 2017/07/14 18:49:07 1.15 --- src/usr.bin/tmux/proc.c 2020/01/28 10:44:30 1.16 *************** *** 1,4 **** ! /* $OpenBSD: proc.c,v 1.15 2017/07/14 18:49:07 nicm Exp $ */ /* * Copyright (c) 2015 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: proc.c,v 1.16 2020/01/28 10:44:30 nicm Exp $ */ /* * Copyright (c) 2015 Nicholas Marriott *************** *** 182,189 **** if (uname(&u) < 0) memset(&u, 0, sizeof u); ! log_debug("%s started (%ld): socket %s, protocol %d", name, ! (long)getpid(), socket_path, PROTOCOL_VERSION); log_debug("on %s %s %s; libevent %s (%s)", u.sysname, u.release, u.version, event_get_version(), event_get_method()); --- 182,189 ---- if (uname(&u) < 0) memset(&u, 0, sizeof u); ! log_debug("%s started (%ld): version %s, socket %s, protocol %d", name, ! (long)getpid(), getversion(), socket_path, PROTOCOL_VERSION); log_debug("on %s %s %s; libevent %s (%s)", u.sysname, u.release, u.version, event_get_version(), event_get_method());