summaryrefslogtreecommitdiffstats
path: root/source/components/utilities/uttrack.c
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2014-01-15 00:10:20 +0000
committerjkim <jkim@FreeBSD.org>2014-01-15 00:10:20 +0000
commite77b8d60677609524d10be96f5802f027b8187d8 (patch)
tree454f2ab26ed17be123260e9052adc018fef302dc /source/components/utilities/uttrack.c
parentb37c83dbb637fc63c5ba07fe61555d4d6e29dd7c (diff)
downloadFreeBSD-src-e77b8d60677609524d10be96f5802f027b8187d8.zip
FreeBSD-src-e77b8d60677609524d10be96f5802f027b8187d8.tar.gz
Import ACPICA 20140414.
Diffstat (limited to 'source/components/utilities/uttrack.c')
-rw-r--r--source/components/utilities/uttrack.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/components/utilities/uttrack.c b/source/components/utilities/uttrack.c
index 70d4585..ac96758 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;
}
OpenPOWER on IntegriCloud