aboutsummaryrefslogtreecommitdiff
path: root/src/nix/why-depends.cc
diff options
context:
space:
mode:
authorMatthew Bauer <matthew.bauer@obsidian.systems>2020-06-25 16:27:00 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-06-29 20:34:26 +0000
commit88cf6ffce3c01f4f1c50250ef46c0d7bf23f41c7 (patch)
treed90ba4c36fe87fa71e0719fd1f1169ae2bec6f00 /src/nix/why-depends.cc
parent58bc3b65789a6c1216abb0dfb4f553b2a6b7f479 (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.cc2
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 != "" ? "→ " : "",