|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [win-pv-devel] [PATCH 3/4] Demote the link Info message to a Trace
It doesn't really need to go into the log
Signed-off-by: Paul Durrant <paul.durrant@xxxxxxxxxx>
---
src/xenvif/link.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/xenvif/link.c b/src/xenvif/link.c
index 0319767..5161159 100644
--- a/src/xenvif/link.c
+++ b/src/xenvif/link.c
@@ -223,11 +223,11 @@ LinkGetRoutineAddress(
found:
*Address = Function;
- Info("%s:%s (%04X) @ %p\n",
- ModuleName,
- FunctionName,
- Ordinal,
- Function);
+ Trace("%s:%s (%04X) @ %p\n",
+ ModuleName,
+ FunctionName,
+ Ordinal,
+ Function);
Trace("<====\n");
--
2.1.1
_______________________________________________
win-pv-devel mailing list
win-pv-devel@xxxxxxxxxxxxxxxxxxxx
http://lists.xenproject.org/cgi-bin/mailman/listinfo/win-pv-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |