Commit ff37e2c4 authored by Andrey Filippov's avatar Andrey Filippov

Fixed reported link direction

parent b063bc39
......@@ -8792,7 +8792,7 @@ if (debugLevel > -100) return true; // temporarily !
}
Files.createSymbolicLink(link.toPath(), pathRelative);
if (debugLevel > -4){
System.out.println("createSymbolicLink "+pathRelative+" -> "+link.toPath());
System.out.println("createSymbolicLink "+link.toPath()+" -> "+pathRelative);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment