Skip to content

Commit a6536f0

Browse files
committed
Some commit
To change the code Signed-off-by: Nikolay Martyanov <nikolay@zededa.com>
1 parent 656d6b8 commit a6536f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/pillar/hypervisor/kvm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ func mmioVMMOverhead(domainName string, aa *types.AssignableAdapters, domainAdap
766766
continue
767767
}
768768
if ib.UsedByUUID != domainUUID {
769-
return 0, logError("IoBundle not ours %s: %d %s for %s\n",
769+
return 0, logError("IoBundle is not ours %s: %d %s for %s\n",
770770
ib.UsedByUUID, adapter.Type, adapter.Name,
771771
domainName)
772772
}

0 commit comments

Comments
 (0)