Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clippy lints | Ben Morrison | 2020-05-26 | 1 | -2/+0 |
| | |||||
* | logging changes: | Ben Morrison | 2020-05-26 | 1 | -2/+2 |
| | | | | | | | | | | Rather than using a new logfile for each invocation, a single logfile called `/tmp/clinte_$USER.log` will be used, with later invocations appending to the previous messages. Also removed some unnecessary `use` statements relating to the `log` crate and its macros. Leaving the macro calls namespaced to `log::` makes it clearer what the behavior is. | ||||
* | getting user name at single location | Ben Morrison | 2019-09-04 | 1 | -0/+8 |