mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-12 15:52:55 +00:00
libvirt-domain: Fix typo in debug message
This commit is contained in:
parent
b52779b30c
commit
01131c0b82
@ -2015,7 +2015,7 @@ virDomainSetMemoryStatsPeriod(virDomainPtr domain, int period,
|
||||
{
|
||||
virConnectPtr conn;
|
||||
|
||||
VIR_DOMAIN_DEBUG(domain, "peroid=%d, flags=%x", period, flags);
|
||||
VIR_DOMAIN_DEBUG(domain, "period=%d, flags=%x", period, flags);
|
||||
|
||||
virResetLastError();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user