summaryrefslogtreecommitdiffstats
path: root/src/version.rs
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-01-14 20:09:03 -0600
committerLibravatar bigfoot547 <[email protected]>2025-01-14 20:09:03 -0600
commit803f26c7a805e20cefb4b5d84c6fb7a654fd1628 (patch)
tree136d7b2609be66bed75d33c4e3c732be9e682345 /src/version.rs
parentverify libraries when offline (diff)
add logger config stuffs
Diffstat (limited to 'src/version.rs')
-rw-r--r--src/version.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.rs b/src/version.rs
index af61481..ab78bef 100644
--- a/src/version.rs
+++ b/src/version.rs
@@ -264,7 +264,7 @@ pub struct ClientLogging {
pub argument: String,
#[serde(rename = "type")]
- pub logger_type: String,
+ pub log_type: String,
pub file: DownloadInfo
}