diff --git a/kernel/util/runtime.go b/kernel/util/runtime.go index 491f66167..5210c9636 100644 --- a/kernel/util/runtime.go +++ b/kernel/util/runtime.go @@ -310,6 +310,7 @@ func isICloudPath(workspaceAbsPath string) (ret bool) { if strings.HasPrefix(workspaceAbsPathLower, strings.ToLower(path)) { ret = true + logging.LogWarnf("workspace [%s] is in iCloud path [%s]", workspaceAbsPath, path) return io.EOF } return nil