We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The log message written by FileCopier.CopyFileCore reports the source file path as the target file path:
FileCopier.CopyFileCore
context.Log.Verbose("Copying file {0} to {1}", absoluteFilePath.GetFilename(), absoluteFilePath);
So the log message makes it look like the file is just getting copied to itself (although the copy actually works correctly).
The text was updated successfully, but these errors were encountered:
Closes cake-build#486: CopyFile logs incorrect targetFilePath
b7b5f62
Whoopsie. This is my fault... Sorry!
Sorry, something went wrong.
3ed4531
94ca297
Merge pull request #487 from jrnail23/fix-copyfile-logging
af62492
Closes #486: CopyFile logs incorrect targetFilePath
No branches or pull requests
The log message written by
FileCopier.CopyFileCore
reports the source file path as the target file path:So the log message makes it look like the file is just getting copied to itself (although the copy actually works correctly).
The text was updated successfully, but these errors were encountered: