Skip to content

Commit 463f022

Browse files
committed
Change some debug information
1 parent 6e4f410 commit 463f022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dev/loudbook/githubyoinker/Downloader.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class Downloader(private val configuration: Configuration, private val githubPat
7474
}
7575

7676
if (oldFile.exists()) {
77-
Logger.log("Deleting old version of $githubPath")
77+
Logger.debug("Deleting old version of $githubPath")
7878
if (!oldFile.delete()) {
7979
Logger.warning("Failed to delete old version of $githubPath")
8080
}

0 commit comments

Comments
 (0)