mirror of https://gitee.com/openkylin/libvirt.git
Add missing "%s" with constant string error message in stats_linux.c
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
c4897029c9
commit
605df4f4d9
|
@ -106,7 +106,7 @@ linuxDomainInterfaceStats(const char *path,
|
|||
}
|
||||
VIR_FORCE_FCLOSE(fp);
|
||||
|
||||
virStatsError(VIR_ERR_INTERNAL_ERROR,
|
||||
virStatsError(VIR_ERR_INTERNAL_ERROR, "%s",
|
||||
_("/proc/net/dev: Interface not found"));
|
||||
return -1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue