diff options
| author | bors <bors@rust-lang.org> | 2013-09-25 12:45:54 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-09-25 12:45:54 -0700 |
| commit | af25f58ac3da45899ed65b3af965150c8a90dcda (patch) | |
| tree | eca071107edf532e600606f68f602e7e3d8f56d4 /src/librustpkg/package_source.rs | |
| parent | 0186473bd2ec34a56496c7b513ee380cbf30a6a3 (diff) | |
| parent | 667adad26f9cc1cfa4eeba8aee15035da7544f8c (diff) | |
| download | rust-af25f58ac3da45899ed65b3af965150c8a90dcda.tar.gz rust-af25f58ac3da45899ed65b3af965150c8a90dcda.zip | |
auto merge of #9498 : catamorphism/rust/rust-path-hack-fix, r=cmr,metajack
r? @metajack
Diffstat (limited to 'src/librustpkg/package_source.rs')
| -rw-r--r-- | src/librustpkg/package_source.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/librustpkg/package_source.rs b/src/librustpkg/package_source.rs index 4bf647b011d..c2fddafd5fe 100644 --- a/src/librustpkg/package_source.rs +++ b/src/librustpkg/package_source.rs @@ -59,7 +59,8 @@ impl PkgSrc { use conditions::nonexistent_package::cond; debug!("Checking package source for package ID %s, \ - workspace = %s", id.to_str(), workspace.to_str()); + workspace = %s use_rust_path_hack = %?", + id.to_str(), workspace.to_str(), use_rust_path_hack); let mut to_try = ~[]; if use_rust_path_hack { |
