From 1037f1346efc7c0b2ac4ba988b84393223530ef1 Mon Sep 17 00:00:00 2001 From: Unbewohnte <65883674+Unbewohnte@users.noreply.github.com> Date: Sat, 3 Apr 2021 18:46:50 +0300 Subject: [PATCH] Update backgroundchanger.go --- backgroundchanger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backgroundchanger.go b/backgroundchanger.go index a6b8c1a..feb23b0 100644 --- a/backgroundchanger.go +++ b/backgroundchanger.go @@ -70,7 +70,7 @@ func createSettingsFile() { file.Write(jsonEncodedSettings) file.Close() - log.Println("Successfully created new settingsFile") + log.Println("Successfully created new settings file") } // filepath.Joins the main osu directory with its songs folder