Skip to content

Commit 1c4b47e

Browse files
authored
Merge pull request #2267 from digma-ai/fix-typo
fix typo
2 parents bbd56be + d7032f4 commit 1c4b47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class AggressiveUpdateService(val project: Project) : Disposable {
123123
} catch (e: Throwable) {
124124
val message = ExceptionUtils.getNonEmptyMessage(e)
125125
Log.debugWithException(logger, e, "error in settings changed {}", message)
126-
errorReporter.reportError("${this::class.simpleName}.settingsChange", e)
126+
errorReporter.reportError("${this::class.simpleName}.apiClientChanged", e)
127127
}
128128

129129
//and call startMonitoring just in case it is stopped by a previous connectionLost but there was no connection gained

0 commit comments

Comments
 (0)