forked from lix-project/lix
log as warning
This commit is contained in:
parent
afaa541013
commit
8c8f2b74ec
|
@ -841,8 +841,7 @@ static void opServe(Strings opFlags, Strings opArgs)
|
||||||
for (auto & p : willSubstitute) subs.emplace_back(p.clone());
|
for (auto & p : willSubstitute) subs.emplace_back(p.clone());
|
||||||
store->buildPaths(subs);
|
store->buildPaths(subs);
|
||||||
} catch (Error & e) {
|
} catch (Error & e) {
|
||||||
// logWarning(e.info()) TODO:
|
logWarning(e.info());
|
||||||
_printError("warning: %1%", e.msg());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue