Tweak warning message

This commit is contained in:
Eelco Dolstra 2020-04-28 17:56:01 +02:00
parent 6a8cba83bb
commit 52a3ca823d

View file

@ -741,7 +741,7 @@ static void uninstallDerivations(Globals & globals, Strings & selectors,
);
}
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++) {
printInfo("uninstalling '%s'", removedElem->queryName());
}