Skip to content

Commit

Permalink
Fix typo in logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiede committed Jan 4, 2022
1 parent 49ae839 commit 5480eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Bedrockifier/Model/ContainerConnection.swift
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public class ContainerConnection {
try await pauseAutosave()

do {
Library.log.info("Starting Backup of worlds for: \(name))")
Library.log.info("Starting Backup of worlds for: \(name)")

for worldUrl in worlds {
let world = try World(url: worldUrl)
Expand Down

0 comments on commit 5480eab

Please sign in to comment.