Skip to content

Commit d2e4d44

Browse files
committed
PresentationUpdater: set logging level to debug
1 parent 79d79cf commit d2e4d44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/com/github/monosoul/git/updateindex/extended/support/PresentationUpdater.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ class PresentationUpdater(private val project: Project) {
1616

1717
presentation.apply {
1818
if (vcsManager == null) {
19-
logger.info("No VCS manager available. Hiding the plugin menus.")
19+
logger.debug("No VCS manager available. Hiding the plugin menus.")
2020
isEnabledAndVisible = false
2121
} else {
22-
logger.info("VCS manager is available. Showing the plugin menus.")
22+
logger.debug("VCS manager is available. Showing the plugin menus.")
2323
isVisible = true
2424
isEnabled = !vcsManager.isBackgroundVcsOperationRunning
2525
}

0 commit comments

Comments
 (0)