aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/trace.c
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2011-04-02 15:50:47 +0100
committerOlaf Hering <olaf@aepfle.de>2011-04-02 15:50:47 +0100
commit7122101c35b4ab4c8f702811be37796d2450f8ec (patch)
treeaff45485439c2aab50ca11f7fe0cde40a4420d86 /xen/common/trace.c
parentfbf96e67255eed8445137a9af781f2022e9ba025 (diff)
downloadxen-7122101c35b4ab4c8f702811be37796d2450f8ec.tar.gz
xen-7122101c35b4ab4c8f702811be37796d2450f8ec.tar.bz2
xen-7122101c35b4ab4c8f702811be37796d2450f8ec.zip
xentrace: remove unneeded debug printk
The pointer value in case of an allocation failure is rather uninteresting. Signed-off-by: Olaf Hering <olaf@aepfle.de> Acked-by: George Dunlap <george.dunlap@eu.citrix.com>
Diffstat (limited to 'xen/common/trace.c')
-rw-r--r--xen/common/trace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/common/trace.c b/xen/common/trace.c
index a1452ece45..4225f0413f 100644
--- a/xen/common/trace.c
+++ b/xen/common/trace.c
@@ -238,7 +238,6 @@ out_dealloc:
{
void *rawbuf = per_cpu(t_bufs, cpu);
per_cpu(t_bufs, cpu) = NULL;
- printk(XENLOG_DEBUG "xentrace: cpu %d p %p\n", cpu, rawbuf);
if ( rawbuf )
{
ASSERT(!(virt_to_page(rawbuf)->count_info & PGC_allocated));