Stop logging W as an L
This commit is contained in:
@@ -167,7 +167,10 @@ func (instruction *LinkInstruction) RunAsync(status chan (error)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if !instruction.Force && AreSame(instruction.Source, instruction.Target) {
|
if !instruction.Force && AreSame(instruction.Source, instruction.Target) {
|
||||||
status <- fmt.Errorf("source %s and target %s are the same, nothing to do...",
|
//status <- fmt.Errorf("source %s and target %s are the same, nothing to do...",
|
||||||
|
// FormatSourcePath(instruction.Source),
|
||||||
|
// FormatTargetPath(instruction.Target))
|
||||||
|
LogInfo("Source %s and target %s are the same, nothing to do...",
|
||||||
FormatSourcePath(instruction.Source),
|
FormatSourcePath(instruction.Source),
|
||||||
FormatTargetPath(instruction.Target))
|
FormatTargetPath(instruction.Target))
|
||||||
return
|
return
|
||||||
|
Reference in New Issue
Block a user