diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-11-19 18:45:13 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-19 15:45:13 +0000 |
commit | 768f9e22854231a95b96fea58c9e1a56bbc5ec89 (patch) | |
tree | 1950343daeed2173510dd5cb9c37a5bfc6eb7d63 /Cargo.toml | |
parent | c1f0e83cbbe03599f5828d421694399163f16076 (diff) | |
download | alacritty-768f9e22854231a95b96fea58c9e1a56bbc5ec89.tar.gz alacritty-768f9e22854231a95b96fea58c9e1a56bbc5ec89.zip |
Fix stdout log message order
This patch makes sure that the message for the creation of a log file is
always the first entry, before any other log file messages.
Since we initialize our log file dynamically, the message is printed as
soon as something is written to it. By making sure that we always write
to a file first and then try stdout, we can ensure that the log file is
always initialized before ever writing log messages to stdout.
Diffstat (limited to 'Cargo.toml')
0 files changed, 0 insertions, 0 deletions