summaryrefslogtreecommitdiff
path: root/t/t_openpam_ctype.c
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2017-05-01 15:02:58 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2017-05-01 15:02:58 +0000
commita9bf2f27c6e68ad44763cc28ce9d4f693b0df26a (patch)
tree20b6e61cb519f6fb27a0bd888a39d20248293693 /t/t_openpam_ctype.c
parent04e30652172d69d399641893e6a801503a0a1f8f (diff)
Diffstat (limited to 't/t_openpam_ctype.c')
-rw-r--r--t/t_openpam_ctype.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/t_openpam_ctype.c b/t/t_openpam_ctype.c
index 3fd617d4c7afd..ec7e807d0e603 100644
--- a/t/t_openpam_ctype.c
+++ b/t/t_openpam_ctype.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2014-2015 Dag-Erling Smørgrav
+ * Copyright (c) 2014-2017 Dag-Erling Smørgrav
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: t_openpam_ctype.c 922 2017-02-19 19:28:30Z des $
+ * $OpenPAM: t_openpam_ctype.c 938 2017-04-30 21:34:42Z des $
*/
#ifdef HAVE_CONFIG_H
@@ -75,7 +75,7 @@ static const char oc_pfcs[] = OC_PFCS;
crib[(int)oc_##set[i]] = 1; \
for (i = ret = 0; i < sizeof crib; ++i) { \
if (is_##set(i) != crib[i]) { \
- t_verbose("is_%s() incorrect " \
+ t_printv("is_%s() incorrect " \
"for %#02x\n", #set, i); \
++ret; \
} \