From fc24527ce68820e34c49ee42449d89cee786853f Mon Sep 17 00:00:00 2001 From: tappro Date: Wed, 11 Oct 2006 00:26:32 +0000 Subject: [PATCH] remove '\n' from the end of the debug message --- lustre/ldlm/ldlm_lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.8.3.1