From: tappro Date: Wed, 11 Oct 2006 00:26:32 +0000 (+0000) Subject: remove '\n' from the end of the debug message X-Git-Tag: v1_8_0_110~486^2~604 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=fc24527ce68820e34c49ee42449d89cee786853f;p=fs%2Flustre-release.git remove '\n' from the end of the debug message --- diff --git a/lustre/ldlm/ldlm_lock.c b/lustre/ldlm/ldlm_lock.c index f50d30f..c70d72c 100644 --- a/lustre/ldlm/ldlm_lock.c +++ b/lustre/ldlm/ldlm_lock.c @@ -131,7 +131,7 @@ void ldlm_lock_put(struct ldlm_lock *lock) struct ldlm_resource *res; LDLM_DEBUG(lock, - "final lock_put on destroyed lock, freeing it.\n"); + "final lock_put on destroyed lock, freeing it."); lock_res_and_lock(lock); res = lock->l_resource;