From: Paul Durrant Date: Fri, 11 Nov 2016 15:26:44 +0000 (+0000) Subject: Revert 2a9df19f "Log module loading" X-Git-Tag: 8.2.0-rc1~2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b2a201bc936d965c190ad94aa3b3446a663e7e8c;p=pvdrivers%2Fwin%2Fxenbus.git Revert 2a9df19f "Log module loading" This is a debug patch that should not have been pushed. Signed-off-by: Paul Durrant --- diff --git a/src/xen/module.c b/src/xen/module.c index 9c4a5ea..584a63d 100644 --- a/src/xen/module.c +++ b/src/xen/module.c @@ -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;