]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common source file not applicable to open-vm-tools.
authorKaty Feng <fkaty@vmware.com>
Tue, 22 Aug 2023 18:11:43 +0000 (11:11 -0700)
committerKaty Feng <fkaty@vmware.com>
Tue, 22 Aug 2023 18:11:43 +0000 (11:11 -0700)
open-vm-tools/lib/panic/panic.c

index d1ab5d8809e40764feb74cf7a36fd8f4cec5663d..7dc24424627a7562fc18e707c64e7fcf017aa13c 100644 (file)
@@ -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);
 
    /*