From: alex Date: Tue, 20 Sep 2005 10:57:25 +0000 (+0000) Subject: - needless \n grrrrr X-Git-Tag: 1.4.10~469 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=efa61ad697d09970fb2bbe939c466f27e912c438;p=fs%2Flustre-release.git - needless \n grrrrr --- diff --git a/lustre/obdfilter/filter_capa.c b/lustre/obdfilter/filter_capa.c index 2b0086d..339c153 100644 --- a/lustre/obdfilter/filter_capa.c +++ b/lustre/obdfilter/filter_capa.c @@ -280,8 +280,8 @@ verify: spin_unlock(&filter->fo_capa_lock); if (rc) { - DEBUG_CAPA(D_ERROR, capa, "access denied\n"); - DEBUG_CAPA(D_ERROR, &ocapa->c_capa, "access denied\n"); + DEBUG_CAPA(D_ERROR, capa, "access denied"); + DEBUG_CAPA(D_ERROR, &ocapa->c_capa, "access denied"); } capa_put(ocapa); RETURN(rc ? -EACCES : 0);