diff --git a/instruction.go b/instruction.go index d673949..ee85e48 100644 --- a/instruction.go +++ b/instruction.go @@ -167,7 +167,10 @@ func (instruction *LinkInstruction) RunAsync(status chan (error)) { } 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), FormatTargetPath(instruction.Target)) return