Skip to content

Commit 371bbcb

Browse files
authored
Merge pull request #403 from tfenster/patch-1
fix typo
2 parents f827be4 + d2e9ace commit 371bbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/hcs/watcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ func syscallWatcher(description string, syscallCompleted *bool) {
2626
if *syscallCompleted {
2727
return
2828
}
29-
logrus.Warnf("%s: Did not complete within %s. This may indicate a platform issue. If it appears to be making no forward progress, obtain the stacks and see is there is a syscall stuck in the platform API for a significant length of time.", description, timeout.SyscallWatcher)
29+
logrus.Warnf("%s: Did not complete within %s. This may indicate a platform issue. If it appears to be making no forward progress, obtain the stacks and see if there is a syscall stuck in the platform API for a significant length of time.", description, timeout.SyscallWatcher)
3030
}

0 commit comments

Comments
 (0)