From: Katy Feng Date: Tue, 22 Aug 2023 18:11:43 +0000 (-0700) Subject: Change to common source file not applicable to open-vm-tools. X-Git-Tag: stable-12.3.0~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6489b7c0bc4d8fb603cf11ff4605a5d2a975daa8;p=thirdparty%2Fopen-vm-tools.git Change to common source file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/panic/panic.c b/open-vm-tools/lib/panic/panic.c index d1ab5d880..7dc244246 100644 --- a/open-vm-tools/lib/panic/panic.c +++ b/open-vm-tools/lib/panic/panic.c @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 2006-2022 VMware, Inc. All rights reserved. + * Copyright (C) 2006-2023 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -508,8 +508,8 @@ Panic_Panic(const char *format, case 0: // case 0 stuff is below break; case 1: - Log("PANIC: %s", buf); - Log("Panic loop\n"); + Log_Panic("PANIC: %s", buf); + Log_Panic("Panic loop\n"); /* Fall through */ default: fprintf(stderr, "Panic loop\n"); @@ -532,7 +532,7 @@ Panic_Panic(const char *format, * Log panic information. */ - Log("PANIC: %s", buf); + Log_Panic("PANIC: %s", buf); Util_Backtrace(0); /*