mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
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
Block a user