mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-28 18:39:08 +00:00
pve7to8: fix typo in log message
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
(cherry picked from commit 8763c263d1
)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
0ab0fd0123
commit
3524142cb3
@ -222,7 +222,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