diff options
author | Matthew Bauer <matthew.bauer@obsidian.systems> | 2020-06-25 16:27:00 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2020-06-29 20:34:26 +0000 |
commit | 88cf6ffce3c01f4f1c50250ef46c0d7bf23f41c7 (patch) | |
tree | d90ba4c36fe87fa71e0719fd1f1169ae2bec6f00 /src/nix/why-depends.cc | |
parent | 58bc3b65789a6c1216abb0dfb4f553b2a6b7f479 (diff) |
Rename logging->stdout to logging->stdout_
musl doesn't like this identifier
Diffstat (limited to 'src/nix/why-depends.cc')
-rw-r--r-- | src/nix/why-depends.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/why-depends.cc b/src/nix/why-depends.cc index 167c974ee..5e4d5fdcf 100644 --- a/src/nix/why-depends.cc +++ b/src/nix/why-depends.cc @@ -152,7 +152,7 @@ struct CmdWhyDepends : SourceExprCommand auto pathS = store->printStorePath(node.path); assert(node.dist != inf); - logger->stdout("%s%s%s%s" ANSI_NORMAL, + logger->stdout_("%s%s%s%s" ANSI_NORMAL, firstPad, node.visited ? "\e[38;5;244m" : "", firstPad != "" ? "→ " : "", |