Whamcloud - gitweb
remove '\n' from the end of the debug message
authortappro <tappro>
Wed, 11 Oct 2006 00:26:32 +0000 (00:26 +0000)
committertappro <tappro>
Wed, 11 Oct 2006 00:26:32 +0000 (00:26 +0000)
lustre/ldlm/ldlm_lock.c

index f50d30f..c70d72c 100644 (file)
@@ -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;