]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
hostinfoPosix.c: Change a warning to a log message.
authorOliver Kurth <okurth@vmware.com>
Wed, 7 Feb 2018 00:32:38 +0000 (16:32 -0800)
committerOliver Kurth <okurth@vmware.com>
Wed, 7 Feb 2018 00:32:38 +0000 (16:32 -0800)
open-vm-tools/lib/misc/hostinfoPosix.c

index 495a0fafcfa146adc43f7fab281fd73b3c54602d..eda10c2b58faccf1dc244ad3721d2b5fe2d33a79 100644 (file)
@@ -1164,7 +1164,7 @@ HostinfoLsb(char *distro,       // OUT:
        */
 
       if (distroArray[i].filename == NULL) {
-         Warning("%s: Error: no distro file found\n", __FUNCTION__);
+         Log("%s: Error: no distro file found\n", __FUNCTION__);
       }
    } else {
       char *lsbStart = lsbOutput;