forked from lix-project/lix
Tweak warning message
This commit is contained in:
parent
6a8cba83bb
commit
52a3ca823d
|
@ -741,7 +741,7 @@ static void uninstallDerivations(Globals & globals, Strings & selectors,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if (split == workingElems.end())
|
if (split == workingElems.end())
|
||||||
warn("Selector '%s' matched no installed paths", selector);
|
warn("selector '%s' matched no installed derivations", selector);
|
||||||
for (auto removedElem = split; removedElem != workingElems.end(); removedElem++) {
|
for (auto removedElem = split; removedElem != workingElems.end(); removedElem++) {
|
||||||
printInfo("uninstalling '%s'", removedElem->queryName());
|
printInfo("uninstalling '%s'", removedElem->queryName());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue