From 0b58e3bf26d136100ca431f8c94a5bc9047c6fcc Mon Sep 17 00:00:00 2001 From: rahnds Date: Sat, 15 Feb 1997 15:22:08 +0000 Subject: [PATCH] Move the debug print into the ifdef DEBUG section. --- sys/arch/mvme68k/mvme68k/disksubr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/mvme68k/mvme68k/disksubr.c b/sys/arch/mvme68k/mvme68k/disksubr.c index aae98353011..c8b61973d79 100644 --- a/sys/arch/mvme68k/mvme68k/disksubr.c +++ b/sys/arch/mvme68k/mvme68k/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.10 1997/02/15 14:47:59 rahnds Exp $ */ +/* $OpenBSD: disksubr.c,v 1.11 1997/02/15 15:22:08 rahnds Exp $ */ /* * Copyright (c) 1995 Dale Rahn. @@ -611,8 +611,8 @@ cputobsdlabel(lp, clp) oldcksum = nlp->d_checksum; nlp->d_checksum = 0; -printf("old chksum = %x new %x\n", oldcksum, dkcksum(nlp)); #ifdef DEBUG +printf("old chksum = %x new %x\n", oldcksum, dkcksum(nlp)); printlp(nlp, "lp disklabel"); printclp(clp, "clp disklabel"); #endif -- 2.20.1