Skip to content

Commit 5d7b116

Browse files
committed
chore: update wake-up message
To be more consistent with the rest of the wakeup messages
1 parent c2cace9 commit 5d7b116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/coder/toolbox/CoderRemoteProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class CoderRemoteProvider(
187187
}
188188
triggerProviderVisible.onReceive { isCoderProviderVisible ->
189189
if (isCoderProviderVisible) {
190-
context.logger.debug("workspace poller waked up, Coder Toolbox is currently visible, fetching latest workspace statuses")
190+
context.logger.debug("workspace poller waked up by Coder Toolbox which is currently visible, fetching latest workspace statuses")
191191
}
192192
}
193193
}

0 commit comments

Comments
 (0)