Skip to content
Snippets Groups Projects
Commit efa61ad6 authored by alex's avatar alex
Browse files

- needless \n grrrrr

parent 58ccbee8
No related branches found
No related tags found
No related merge requests found
...@@ -280,8 +280,8 @@ verify: ...@@ -280,8 +280,8 @@ verify:
spin_unlock(&filter->fo_capa_lock); spin_unlock(&filter->fo_capa_lock);
if (rc) { if (rc) {
DEBUG_CAPA(D_ERROR, capa, "access denied\n"); DEBUG_CAPA(D_ERROR, capa, "access denied");
DEBUG_CAPA(D_ERROR, &ocapa->c_capa, "access denied\n"); DEBUG_CAPA(D_ERROR, &ocapa->c_capa, "access denied");
} }
capa_put(ocapa); capa_put(ocapa);
RETURN(rc ? -EACCES : 0); RETURN(rc ? -EACCES : 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment