projects
/
barrelfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
A more generic way of passing caps to user-space drivers.
[barrelfish]
/
usr
/
kaluga
/
debug.h
diff --git
a/usr/kaluga/debug.h
b/usr/kaluga/debug.h
index
46fe912
..
4e6255e
100644
(file)
--- a/
usr/kaluga/debug.h
+++ b/
usr/kaluga/debug.h
@@
-15,7
+15,7
@@
#ifndef KALUGA_DEBUG_H_
#define KALUGA_DEBUG_H_
-//#define KALUGA_SERVICE_DEBUG 1
+#define KALUGA_SERVICE_DEBUG 1
#if defined(KALUGA_SERVICE_DEBUG) || defined(GLOBAL_DEBUG)
#define KALUGA_DEBUG(x...) debug_printf(x)