|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH xenbus 3/4] Fix typo in SharedInfoDebugCallback()
From: Paul Durrant <pdurrant@xxxxxxxxxx>
A missing '%' in a format specifier means we don't get the correct information
for the per-vcpu selector masks in the debug output.
Signed-off-by: Paul Durrant <pdurrant@xxxxxxxxxx>
---
src/xenbus/shared_info.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/xenbus/shared_info.c b/src/xenbus/shared_info.c
index a95318cd0a7f..aa97255cce95 100644
--- a/src/xenbus/shared_info.c
+++ b/src/xenbus/shared_info.c
@@ -512,7 +512,7 @@ SharedInfoDebugCallback(
XENBUS_DEBUG(Printf,
&Context->DebugInterface,
- "CPU %u:u: SELECTOR MASK: %p\n",
+ "CPU %u:%u: SELECTOR MASK: %p\n",
ProcNumber.Group,
ProcNumber.Number,
(PVOID)Shared->vcpu_info[vcpu_id].evtchn_pending_sel);
--
2.17.1
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |