Skip to content

Commit f797511

Browse files
authored
Merge pull request #2268 from digma-ai/fix-typo2
fix typo
2 parents 1c4b47e + 02f2198 commit f797511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ide-common/src/main/kotlin/org/digma/intellij/plugin/updates/AggressiveUpdateService.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ class AggressiveUpdateService(val project: Project) : Disposable {
119119
//update state immediately after client is replaced.
120120
updateState()
121121
} catch (c: CancellationException) {
122-
Log.debugWithException(logger, c, "settings change canceled {}", c)
122+
Log.debugWithException(logger, c, "apiClientChanged canceled {}", c)
123123
} catch (e: Throwable) {
124124
val message = ExceptionUtils.getNonEmptyMessage(e)
125-
Log.debugWithException(logger, e, "error in settings changed {}", message)
125+
Log.debugWithException(logger, e, "error in apiClientChanged {}", message)
126126
errorReporter.reportError("${this::class.simpleName}.apiClientChanged", e)
127127
}
128128

0 commit comments

Comments
 (0)