diff options
Diffstat (limited to 'source/components/utilities/uttrack.c')
| -rw-r--r-- | source/components/utilities/uttrack.c | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/source/components/utilities/uttrack.c b/source/components/utilities/uttrack.c index 70d458515fa7..ac9675846ea2 100644 --- a/source/components/utilities/uttrack.c +++ b/source/components/utilities/uttrack.c @@ -5,7 +5,7 @@   *****************************************************************************/  /* - * Copyright (C) 2000 - 2013, Intel Corp. + * Copyright (C) 2000 - 2014, Intel Corp.   * All rights reserved.   *   * Redistribution and use in source and binary forms, with or without @@ -307,7 +307,8 @@ AcpiUtFreeAndTrack (      }      AcpiOsFree (DebugBlock); -    ACPI_DEBUG_PRINT ((ACPI_DB_ALLOCATIONS, "%p freed\n", Allocation)); +    ACPI_DEBUG_PRINT ((ACPI_DB_ALLOCATIONS, "%p freed (block %p)\n", +        Allocation, DebugBlock));      return_VOID;  } | 
