mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-04 05:05:34 +00:00
pve7to8: fix typo in log message
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This commit is contained in:
parent
d915b69907
commit
8763c263d1
@ -235,7 +235,7 @@ sub check_pve_packages {
|
||||
}
|
||||
} elsif ($get_pkg->($kinstalled)) {
|
||||
# with 6.2 kernel being available in both we might want to fine-tune the check?
|
||||
log_warn("a suitable kernel ($kinstalled) is intalled, but an unsuitable ($kernel_ver) is booted, missing reboot?!");
|
||||
log_warn("a suitable kernel ($kinstalled) is installed, but an unsuitable ($kernel_ver) is booted, missing reboot?!");
|
||||
} else {
|
||||
log_warn("unexpected running and installed kernel '$kernel_ver'.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user