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:
parent
ec14465a00
commit
cfe791a638
11 changed files with 33 additions and 33 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue