]> xenbits.xensource.com Git - people/pauldu/xenbus.git/commitdiff
Revert 2a9df19f "Log module loading"
authorPaul Durrant <paul.durrant@citrix.com>
Fri, 11 Nov 2016 15:26:44 +0000 (15:26 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Fri, 11 Nov 2016 15:26:44 +0000 (15:26 +0000)
This is a debug patch that should not have been pushed.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
src/xen/module.c

index 9c4a5eafe7c6c6ab9227756d01d4fac6e6a3aad6..584a63df1665df6afee0db4d2ef0232c9025ab46 100644 (file)
@@ -145,11 +145,6 @@ ModuleAdd(
     BOOLEAN             After;
     NTSTATUS            status;
 
-    Info("%p - %p [%s]\n",
-         Start,
-         Start + Size - 1,
-         Name);
-
     New = __ModuleAllocate(sizeof (MODULE));
 
     status = STATUS_NO_MEMORY;