Index: utils/pub/io.dart |
diff --git a/utils/pub/io.dart b/utils/pub/io.dart |
index 0eab87a970e42ce138d17e442e2c7bf475ab76cb..65f0507f15a2168264ea18859ba1ae2d7e4125b3 100644 |
--- a/utils/pub/io.dart |
+++ b/utils/pub/io.dart |
@@ -315,7 +315,7 @@ Future<File> createSymlink(from, to) { |
from = _getPath(from); |
to = _getPath(to); |
- log.fine("Create symlink $from -> $to."); |
+ log.fine("Creating symlink ($to is a symlink to $from)"); |
var command = 'ln'; |
var args = ['-s', from, to]; |