]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common source file change not applilcable to open-vm-tools.
authorOliver Kurth <okurth@vmware.com>
Wed, 16 Jan 2019 22:53:04 +0000 (14:53 -0800)
committerOliver Kurth <okurth@vmware.com>
Wed, 16 Jan 2019 22:53:04 +0000 (14:53 -0800)
open-vm-tools/lib/file/fileIO.c

index 2eaf36a7ea4bed89c8675f1bbd830541b8c0eae5..5e92fa220548c5c8a8d77adb539183fdc3778af6 100644 (file)
@@ -884,7 +884,8 @@ FileIO_AtomicUpdateEx(FileIODescriptor *newFD,   // IN/OUT: file IO descriptor
          ASSERT(isSame);
       } else {
          savedErrno = errno;
-         Log("%s: File_IsSameFile failed (errno = %d).\n", __FUNCTION__, errno);
+         Log("%s: File_IsSameFile of ('%s', '%s') failed: %d\n", __FUNCTION__,
+             dirName, dstDirName, errno);
          goto swapdone;
       }