summaryrefslogtreecommitdiff
path: root/openpcd/firmware/src/req_ctx.c
diff options
context:
space:
mode:
Diffstat (limited to 'openpcd/firmware/src/req_ctx.c')
-rw-r--r--openpcd/firmware/src/req_ctx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpcd/firmware/src/req_ctx.c b/openpcd/firmware/src/req_ctx.c
index 41298e6..025bf5e 100644
--- a/openpcd/firmware/src/req_ctx.c
+++ b/openpcd/firmware/src/req_ctx.c
@@ -42,7 +42,7 @@ void req_ctx_put(struct req_ctx *ctx)
{
int offset = req_ctx_num(ctx);
if (offset > NUM_REQ_CTX)
- DEBUGP("Error in offset calculation req_ctx_put\n");
+ DEBUGPCR("Error in offset calculation req_ctx_put");
req_ctx_busy &= ~(1 << offset);
}
personal git repositories of Harald Welte. Your mileage may vary