adamrehn / ue4cli

Command-line interface for Unreal Engine 4
https://docs.adamrehn.com/ue4cli/
MIT License
249 stars 45 forks source link

Remove engine root message. #31

Closed drichardson closed 3 years ago

drichardson commented 3 years ago

User can use ue4 root to determine which root is in use.

I always use a non-standard root, and this message constantly clutters the output.

adamrehn commented 3 years ago

The message indicating the engine root location is there as something of a sanity check, and its presence in log output is often very helpful when diagnosing issues that users have run into. It's also specifically printed to stderr to ensure it doesn't interfere with any scripts that might parse the contents of stdout. Is there a specific reason that it's problematic for you, other than the fact that it adds one extra line to the log output?

drichardson commented 3 years ago

No, that's all. I can keep my own fork with the message removed if you want to keep it in.