Skip to content

Commit 90c1740

Browse files
committed
chore(model-client): log output before starting a poll request
1 parent de6d515 commit 90c1740

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

model-client/src/commonMain/kotlin/org/modelix/model/client2/ModelClientV2.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ class ModelClientV2(
168168

169169
override suspend fun poll(branch: BranchReference, lastKnownVersion: IVersion?): IVersion {
170170
require(lastKnownVersion is CLVersion?)
171+
LOG.debug { "${clientId.toString(16)}.poll($branch, $lastKnownVersion)" }
171172
val response = httpClient.get {
172173
url {
173174
takeFrom(baseUrl)

0 commit comments

Comments
 (0)