From: Oliver Kurth Date: Wed, 16 Jan 2019 22:53:04 +0000 (-0800) Subject: Common source file change not applilcable to open-vm-tools. X-Git-Tag: stable-11.0.0~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c7371304783928cbd8fafeae682de46a1e64b4f;p=thirdparty%2Fopen-vm-tools.git Common source file change not applilcable to open-vm-tools. --- diff --git a/open-vm-tools/lib/file/fileIO.c b/open-vm-tools/lib/file/fileIO.c index 2eaf36a7e..5e92fa220 100644 --- a/open-vm-tools/lib/file/fileIO.c +++ b/open-vm-tools/lib/file/fileIO.c @@ -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; }