Skip to content

Commit 32fcf17

Browse files
committed
Slightly verbose logging
1 parent 3b9d676 commit 32fcf17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: handler/handler.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ func (handler *InoHandler) ino2cppDocumentURI(inoURI lsp.DocumentURI) (lsp.Docum
977977
return lsp.NilURI, unknownURI(inoURI)
978978
}
979979
if !inside {
980-
log.Printf(" passing doc identifier to '%s' as-is", inoPath)
980+
log.Printf(" '%s' not inside sketchroot '%s', passing doc identifier to as-is", handler.sketchRoot, inoPath)
981981
return inoURI, nil
982982
}
983983

0 commit comments

Comments
 (0)