summaryrefslogtreecommitdiff
path: root/sbin/atactl/atactl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/atactl/atactl.c')
-rw-r--r--sbin/atactl/atactl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/atactl/atactl.c b/sbin/atactl/atactl.c
index 57791cd6f7c..38c8cb27a41 100644
--- a/sbin/atactl/atactl.c
+++ b/sbin/atactl/atactl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: atactl.c,v 1.7 2001/06/04 14:59:47 mickey Exp $ */
+/* $OpenBSD: atactl.c,v 1.8 2001/07/07 18:26:09 deraadt Exp $ */
/* $NetBSD: atactl.c,v 1.4 1999/02/24 18:49:14 jwise Exp $ */
/*-
@@ -540,7 +540,7 @@ device_smart(argc, argv)
fprintf(stderr,"SMART threshold exceeded!\n");
exit(2);
} else {
- fprintf(stderr, "Unknown response %0.2x!\n",
+ fprintf(stderr, "Unknown response %02x!\n",
req.cylinder);
exit(1);
}