From: Kruti Date: Tue, 21 May 2024 05:58:12 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.5.0~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b841140771ae6218f8875574de78dac1dd19fd90;p=thirdparty%2Fopen-vm-tools.git Change to common header file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/log.h b/open-vm-tools/lib/include/log.h index 2592f83a0..aca53c889 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -551,8 +551,8 @@ Log_InitWithFileSimpleInt(const char *appPrefix, const char *fileName); static INLINE LogOutput * -Log_InitWithFileSimple(const char *fileName, - const char *appPrefix) +Log_InitWithFileSimple(const char *appPrefix, + const char *fileName) { Log_SetProductInfoSimple();