aboutsummaryrefslogtreecommitdiff
path: root/src/util.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.rs')
-rw-r--r--src/util.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/util.rs b/src/util.rs
index d380de4..22cccb3 100644
--- a/src/util.rs
+++ b/src/util.rs
@@ -48,9 +48,9 @@ pub enum CommandStatus {
Error(CommandError),
}
-/// Log level for libnitrokey. Setting the log level to a lower level enables
-/// all output from higher levels too. Currently, only the log levels `Warning`,
-/// `DebugL1`, `Debug` and `DebugL2` are actually used.
+/// Log level for libnitrokey. Setting the log level to a lower level enables all output from
+/// higher levels too. Currently, only the log levels `Warning`, `DebugL1`, `Debug` and `DebugL2`
+/// are actually used.
#[derive(Debug, PartialEq)]
pub enum LogLevel {
/// Error messages. Currently not used.