=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/look/look.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- src/usr.bin/look/look.c 2019/06/28 13:35:01 1.23 +++ src/usr.bin/look/look.c 2021/07/12 15:09:20 1.24 @@ -1,4 +1,4 @@ -/* $OpenBSD: look.c,v 1.23 2019/06/28 13:35:01 deraadt Exp $ */ +/* $OpenBSD: look.c,v 1.24 2021/07/12 15:09:20 beck Exp $ */ /* $NetBSD: look.c,v 1.7 1995/08/31 22:41:02 jtc Exp $ */ /*- @@ -111,7 +111,7 @@ } if (unveil(file, "r") == -1) - err(2, "unveil"); + err(2, "unveil %s", file); if (pledge("stdio rpath", NULL) == -1) err(2, "pledge");