소스 검색

lock_ops.c: logging: convert LOG to LM_*

Ovidiu Sas 11 년 전
부모
커밋
b661d51d28
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      lock_ops.c

+ 2 - 3
lock_ops.c

@@ -55,9 +55,8 @@ int init_lock_ops(void)
 	
 	os_ver=get_sys_version(0, 0, 0);
 	if (os_ver < 0x020546 ){ /* if ver < 2.5.70 */
-		LOG(L_CRIT, "ERROR: init_lock_ops: old kernel:"
-				" compiled with FUTEX support which is not present in the"
-				" running kernel (try  2.6+)\n");
+		LM_CRIT("old kernel: compiled with FUTEX support which is not"
+				" present in the running kernel (try  2.6+)\n");
 		return -1;
 	}
 #endif