1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 16:51:15 +02:00

Rename logging->stdout to logging->stdout_

musl doesn't like this identifier
This commit is contained in:
Matthew Bauer 2020-06-25 16:27:00 -04:00 committed by John Ericson
parent 58bc3b6578
commit 88cf6ffce3
7 changed files with 9 additions and 9 deletions

View file

@ -65,7 +65,7 @@ struct CmdEval : MixJSON, InstallableCommand
printValueAsJSON(*state, true, *v, jsonOut, context);
} else {
state->forceValueDeep(*v);
logger->stdout("%s", *v);
logger->stdout_("%s", *v);
}
}
};