mirror of
				https://github.com/isar/libmdbx.git
				synced 2025-10-31 03:29:01 +08:00 
			
		
		
		
	mdbx: minor fix bad_page() debug output.
				
					
				
			Change-Id: I14531fdceaad054ad8c45bf9042fee73de1f9a36
This commit is contained in:
		| @@ -583,7 +583,7 @@ __cold static int MDBX_PRINTF_ARGS(2, 3) | ||||
|     if (prev != mp) { | ||||
|       prev = mp; | ||||
|       mdbx_debug_log(MDBX_LOG_ERROR, "badpage", 0, | ||||
|                      "corrupted page #%u, mod-txnid %" PRIaTXN " \n", | ||||
|                      "corrupted page #%u, mod-txnid %" PRIaTXN "\n", | ||||
|                      mp->mp_pgno, mp->mp_txnid); | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user