log as warning

This commit is contained in:
Ben Burdette 2020-05-04 14:44:42 -06:00
parent afaa541013
commit 8c8f2b74ec

View file

@ -841,8 +841,7 @@ static void opServe(Strings opFlags, Strings opArgs)
for (auto & p : willSubstitute) subs.emplace_back(p.clone());
store->buildPaths(subs);
} catch (Error & e) {
// logWarning(e.info()) TODO:
_printError("warning: %1%", e.msg());
logWarning(e.info());
}
}