From b055dd326a8ab88661fde873c2c977d5c3d6e750 Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Mon, 23 Jan 2012 03:31:17 +0100 Subject: [PATCH] * grub-core/lib/relocator.c (malloc_in_range): Remove couple of dprintf in no-malloc zone. Note: actual code was already committed by mistake in last commit. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 831964e59..c0b4a2463 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-01-22 Vladimir Serbinenko + + * grub-core/lib/relocator.c (malloc_in_range): Remove couple of + dprintf in no-malloc zone. + 2012-01-22 Mario Limonciello * configure.ac: Add back in test for limits.h.