Skip to content

Commit 6b113c0

Browse files
committed
fix-update-loop-in-backend-info-holder
1 parent 4c026f1 commit 6b113c0

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/analytics/BackendInfoHolder.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ class BackendInfoHolder(val project: Project) : DisposableAdaptor {
160160
Log.log(logger::trace, "backend info updated {}", aboutRef.get())
161161
}
162162
} catch (e: Throwable) {
163-
Log.warnWithException(logger, project, e, "error in update")
163+
Log.warnWithException(logger, project, e, "error in update {}",e)
164164
val isConnectionException = ExceptionUtils.isAnyConnectionException(e)
165165
if (!isConnectionException) {
166166
ErrorReporter.getInstance().reportError(project, "BackendInfoHolder.update", e)

0 commit comments

Comments
 (0)