]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: sr-iov: fix section name in log messages
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 23 Dec 2021 03:59:08 +0000 (12:59 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 19 Jan 2022 05:57:59 +0000 (14:57 +0900)
src/network/networkd-sriov.c

index 6da0f83521cb538b275f6a69f03fa300d080da12..6805987b2b809c926bb903163aa4c1c4a76c6d07 100644 (file)
@@ -258,8 +258,8 @@ static int sr_iov_section_verify(SRIOV *sr_iov) {
 
         if (sr_iov->vf == UINT32_MAX)
                 return log_warning_errno(SYNTHETIC_ERRNO(EINVAL),
-                                         "%s: [SRIOV] section without VirtualFunction= field configured. "
-                                         "Ignoring [SRIOV] section from line %u.",
+                                         "%s: [SR-IOV] section without VirtualFunction= field configured. "
+                                         "Ignoring [SR-IOV] section from line %u.",
                                          sr_iov->section->filename, sr_iov->section->line);
 
         return 0;