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

stdout_ -> cout

Better to get creative than just sprinkle arbitrary underscores.
This commit is contained in:
John Ericson 2020-09-25 11:30:04 -04:00
parent ec14465a00
commit cfe791a638
11 changed files with 33 additions and 33 deletions

View file

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