mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-03 01:29:13 +00:00
fix typo
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
1a988fd2e8
commit
6941ee4e1c
@ -5882,7 +5882,7 @@ sub qga_check_running {
|
||||
|
||||
eval { vm_mon_cmd($vmid, "guest-ping", timeout => 3); };
|
||||
if ($@) {
|
||||
warn "Qemu Guest Agent are not running - $@";
|
||||
warn "Qemu Guest Agent is not running - $@";
|
||||
return 0;
|
||||
}
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user