Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jul 8, 2020
2 parents 1ab9da9 + 16ec778 commit 9223603
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/libstore/daemon.cc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ struct TunnelLogger : public Logger
showErrorInfo(oss, ei, false);

StringSink buf;
buf << STDERR_NEXT << oss.str() << "\n";
buf << STDERR_NEXT << oss.str();
enqueueMsg(*buf.s);
}

Expand Down
1 change: 0 additions & 1 deletion src/libutil/logging.cc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ class SimpleLogger : public Logger

log(ei.level, oss.str());
}


void startActivity(ActivityId act, Verbosity lvl, ActivityType type,
const std::string & s, const Fields & fields, ActivityId parent)
Expand Down

0 comments on commit 9223603

Please sign in to comment.