Skip to content

Commit 8b81d0f

Browse files
tiurinanisaoshafi
andauthored
Improve log message
Co-authored-by: Anisa Oshafi <[email protected]>
1 parent 55e77ca commit 8b81d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/localstack-container.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function createLocalStackContainerStatusTracker(
3737
void timeTracker.run("container-status.getContainerStatus", async () => {
3838
await getContainerStatus(containerName).then((newStatus) => {
3939
outputChannel.trace(
40-
`[localstack-container-status] getContainerStatus=${newStatus} currentStatus=${status.value()}`,
40+
`[localstack-container-status] getContainerStatus=${newStatus} previousStatus=${status.value()}`,
4141
);
4242
if (status.value() === undefined) {
4343
status.setValue(newStatus);

0 commit comments

Comments
 (0)