]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Fix VThreadBase_ForgetSelf using wrong format specifier for VThread_CurID.
authorKaty Feng <fkaty@vmware.com>
Tue, 22 Aug 2023 18:11:42 +0000 (11:11 -0700)
committerKaty Feng <fkaty@vmware.com>
Tue, 22 Aug 2023 18:11:42 +0000 (11:11 -0700)
open-vm-tools/lib/misc/vthreadBase.c

index b4a7b1362170dafed4e1b7d5660efbeec40805bc..4616d754565b99391fb332bda5f7faaa090d1101 100644 (file)
@@ -1,5 +1,5 @@
 /*********************************************************
- * Copyright (C) 2010-2019 VMware, Inc. All rights reserved.
+ * Copyright (C) 2010-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
@@ -574,7 +574,7 @@ VThreadBase_ForgetSelf(void)
 #endif
 
    if (vmx86_debug) {
-      Log("Forgetting VThreadID %" FMTPD "d (\"%s\").\n",
+      Log("Forgetting VThreadID %" FMTPD "u (\"%s\").\n",
           VThread_CurID(), VThread_CurName());
    }