projects
/
barrelfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
monitor: bugfixes in the revocation protocol
[barrelfish]
/
usr
/
monitor
/
capops
/
internal.h
diff --git
a/usr/monitor/capops/internal.h
b/usr/monitor/capops/internal.h
index
0da4d21
..
c8f44bd
100644
(file)
--- a/
usr/monitor/capops/internal.h
+++ b/
usr/monitor/capops/internal.h
@@
-37,6
+37,7
@@
struct result_closure {
#define GOTO_IF_ERR(err, label) do { \
if (err_is_fail(err)) { \
+ DEBUG_ERR(err, "%s:%u -> goto err\n", __FUNCTION__, __LINE__); \
goto label; \
} \
} while (0)