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~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=084e3f4c6911d8036d157ed4f96dbda94f705142;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 d9d67e922..2592f83a0 100644 --- a/open-vm-tools/lib/include/log.h +++ b/open-vm-tools/lib/include/log.h @@ -580,8 +580,8 @@ Log_InitWithSyslogSimpleInt(const char *appPrefix, const char *syslogID); static INLINE LogOutput * -Log_InitWithSyslogSimple(const char *syslogID, - const char *appPrefix) +Log_InitWithSyslogSimple(const char *appPrefix, + const char *syslogID) { Log_SetProductInfoSimple();