fellow_inject: only trace for DEBUG

parent ca9fb3ed
......@@ -55,7 +55,7 @@ fc_inj_injected(const char *func, int line)
int r = v == errinject.fail;
fprintf(stderr, "%s %d = %s:%d\n", r ? "HIT" : "inj",
DBG("%s %d = %s:%d\n", r ? "HIT" : "inj",
v, func, line);
return (r);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment