chore(third_party/nix): Dump of minor accumulated changes
None of these are worthy of a specific commit, or even have a real reason behind them, but I didn't want to lose them.
This commit is contained in:
parent
ddd059e0fa
commit
ffb2ae54be
5 changed files with 5 additions and 25 deletions
1
third_party/nix/src/nix-daemon/nix-daemon.cc
vendored
1
third_party/nix/src/nix-daemon/nix-daemon.cc
vendored
|
|
@ -135,6 +135,7 @@ struct TunnelLogger {
|
|||
}
|
||||
|
||||
void startActivity(const std::string& s) {
|
||||
DLOG(INFO) << "startActivity(" << s << ")";
|
||||
if (GET_PROTOCOL_MINOR(clientVersion) < 20) {
|
||||
if (!s.empty()) {
|
||||
LOG(INFO) << s;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue