GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
johnpearcey
/
dub_jkp
Browse code
Merge pull request #701 from D-Programming-Language/MartinNowak-patch-2
fix wording of remove-local log message
master
commit
0eb5cb3fe87b11bbfc2853ba3c9dee16855bf43f
2 parents
89c8dea
+
dc8fcdc
Sönke Ludwig
authored
on 28 Sep 2015
Patch
Unified
Split
Showing
1 changed file
+1
-1
■
■
■■■
source/dub/packagemanager.d
Ignore Space
Show notes
View
2
■
■
■■■
source/dub/packagemanager.d
writeLocalPackageList
(
type
);
foreach
(
ver
,
name
;
removed
)
logInfo
(
"Unregistered package: %s (version: %s)"
,
name
,
ver
);
logInfo
(
"Deregistered package: %s (version: %s)"
,
name
,
ver
);
}
/// For the given type add another path where packages will be looked up.
void
addSearchPath
(
Path
path
,
LocalPackageType
type
)
Show line notes below