]> xenbits.xensource.com Git - xen.git/commitdiff
xentrace: remove unneeded debug printk
authorOlaf Hering <olaf@aepfle.de>
Sat, 2 Apr 2011 14:50:47 +0000 (15:50 +0100)
committerOlaf Hering <olaf@aepfle.de>
Sat, 2 Apr 2011 14:50:47 +0000 (15:50 +0100)
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>
xen/common/trace.c

index a1452ece45960ca1fa9db24eba14db2887d7f546..4225f0413fc47ca5b482316273ce6691ae356791 100644 (file)
@@ -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));