In DPRINTF? replace uprintf, so that we get debug output for daemons too.

This commit is contained in:
manu 2003-12-30 00:14:20 +00:00
parent 44b17951f2
commit 1a96ea0da6
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: mach_types.h,v 1.19 2003/11/30 20:42:55 manu Exp $ */
/* $NetBSD: mach_types.h,v 1.20 2003/12/30 00:14:20 manu Exp $ */
/*-
* Copyright (c) 2001-2003 The NetBSD Foundation, Inc.
@ -110,7 +110,7 @@ typedef struct {
} mach_time_value_t;
#ifdef DEBUG_MACH
#define DPRINTF(a) uprintf a
#define DPRINTF(a) printf a
#else
#define DPRINTF(a)
#endif /* DEBUG_MACH */